:version: 0.6.1
:released: no release date
+ .. change::
+ :tags: bug
+ :tickets: 135
+
+ Fixed the output wrapping for Alembic message output, so that
+ we either get the terminal width for "pretty printing" with
+ indentation, or if not we just output the text as is; in any
+ case the text won't be wrapped too short.
+
+ .. change::
+ :tags: bug
+ :pullreq: 9
+
+ Fixes to Py3k in-place compatibity regarding output encoding and related;
+ the use of the new io.* package introduced some incompatibilities on Py2k.
+ These should be resolved, due to the introduction of new adapter types
+ for translating from io.* to Py2k file types, StringIO types.
+ Thanks to Javier Santacruz for help with this.
+
.. change::
:tags: bug
:tickets: 145