Kaydet (Commit) 1f89639b authored tarafından Lenny Truong's avatar Lenny Truong

More changelog formatting improvement

üst 6bcab00a
...@@ -6,17 +6,14 @@ Release Notes ...@@ -6,17 +6,14 @@ Release Notes
======= ================================================================ ======= ================================================================
Version Changes Version Changes
======= ================================================================ ======= ================================================================
0.1 - Initial release 0.1 Initial release
0.2 - Added Python 3 support 0.2 Added Python 3 support
0.2.1 - Modified TreeWalk to add ``_name`` suffix for functions that work on 0.2.1 Modified TreeWalk to add ``_name`` suffix for functions that work on attribute names
attribute names 0.3 | Added support for Python 3.3. Added ``YieldFrom`` and updated ``Try`` and ``With``.
0.3 - Added support for Python 3.3. Added ``YieldFrom`` and updated ``Try`` | Fixed a packaging bug on Python 3. See pull requests #1 and #2 for more information.
and ``With``. 0.4 | Added a visitor for ``NameConstant``.
- Fixed a packaging bug on Python 3. See pull requests #1 and #2 for | Added initial test suite and documentation.
more information. 0.4.1 Added missing ``SourceGenerator.visit_arguments()``
0.4 - Added a visitor for ``NameConstant``. 0.5 Added support for Python 3.5 infix matrix multiplication
- Added initial test suite and documentation. 0.6 Added support for Python 3.6 f-strings and async comprehensions.
0.4.1 - Added missing ``SourceGenerator.visit_arguments()``
0.5 - Added support for Python 3.5 infix matrix multiplication
0.6 - Added support for Python 3.6 f-strings and async comprehensions.
======= ================================================================ ======= ================================================================
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment