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

More changelog formatting improvement

üst 6bcab00a
......@@ -6,17 +6,14 @@ Release Notes
======= ================================================================
Version Changes
======= ================================================================
0.1 - Initial release
0.2 - Added Python 3 support
0.2.1 - Modified TreeWalk to add ``_name`` suffix for functions that work on
attribute names
0.3 - Added support for Python 3.3. Added ``YieldFrom`` and updated ``Try``
and ``With``.
- Fixed a packaging bug on Python 3. See pull requests #1 and #2 for
more information.
0.4 - Added a visitor for ``NameConstant``.
- Added initial test suite and documentation.
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.
0.1 Initial release
0.2 Added Python 3 support
0.2.1 Modified TreeWalk to add ``_name`` suffix for functions that work on attribute names
0.3 | Added support for Python 3.3. Added ``YieldFrom`` and updated ``Try`` and ``With``.
| Fixed a packaging bug on Python 3. See pull requests #1 and #2 for more information.
0.4 | Added a visitor for ``NameConstant``.
| Added initial test suite and documentation.
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