.. changelog::
:version: 0.8.9
+ .. change:: 393
+ :tags: bug, autogenerate
+ :tickets: 393
+
+ Adjustment to the "please adjust!" comment in the script.py.mako
+ template so that the generated comment starts with a single pound
+ sign, appeasing flake8.
+
+ .. change::
+ :tags: bug, batch
+ :tickets: 391
+
+ Batch mode will not use CAST() to copy data if type_ is given, however
+ the basic type affinity matches that of the existing type. This to
+ avoid SQLite's CAST of TIMESTAMP which results in truncation of the
+ data, in those cases where the user needs to add redundant type_ for
+ other reasons.
+
+ .. change::
+ :tags: bug, autogenerate
+ :tickets: 393
+
+ Continued pep8 improvements by adding appropriate whitespace in
+ the base template for generated migrations. Pull request courtesy
+ Markus Mattes.
+
+ .. change::
+ :tags: bug, revisioning
+
+ Added an additional check when reading in revision files to detect
+ if the same file is being read twice; this can occur if the same directory
+ or a symlink equivalent is present more than once in version_locations.
+ A warning is now emitted and the file is skipped. Pull request courtesy
+ Jiri Kuncar.
+
.. change::
:tags: bug, autogenerate
:tickets: 395