We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd6c19 commit 83b8ac6Copy full SHA for 83b8ac6
CHANGELOG.rst
@@ -4,10 +4,9 @@ Changelog
4
*unreleased*
5
~~~~~~~~~~~~
6
7
-* Fix parsing of ``Version`` and ``Specifier``, to prevent certain
8
- non-ASCII letters from being accepted as a part of the local version
9
- segment (:issue:`469`); also, fix the docs of ``VERSION_PATTERN``, to
10
- mention necessity of the ``re.ASCII`` flag
+* Prevent certain non-ASCII letters from being accepted as a part of the
+ local version segment (:issue:`469`).
+* Document that ``VERSION_PATTERN`` requires using the ``re.ASCII`` flag.
11
12
21.0 - 2021-07-03
13
~~~~~~~~~~~~~~~~~
0 commit comments