diff options
| -rw-r--r-- | CHANGELOG | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,9 +1,13 @@ Development Version ------------------- +Notable Changes + +* Remove support for Python 3.3. + Enhancements -* New formatting option "--indent\_after_first" (pr345, by johshoff). +* New formatting option "--indent_after_first" (pr345, by johshoff). * New formatting option "--indent_columns" (pr393, by digitalarbeiter). * Add UPSERT keyword (issue408). @@ -13,15 +17,11 @@ Bug Fixes * Fix incorrect splitting of strings containing new lines (pr396, by fredyw). * Fix reindent issue for parenthesis (issue427, by fredyw). * Fix from( parsing issue (issue446, by fredyw) . -* Fix for get\_real_name() to return correct name (issue369, by fredyw). +* Fix for get_real_name() to return correct name (issue369, by fredyw). * Wrap function params when wrap_after is set (pr398, by soloman1124). * Fix parsing of "WHEN name" clauses (pr418, by andrew deryabin). * Add missing EXPLAIN keyword (issue421). -Internal Changes - -* Remove support for Python 3.3. - Release 0.2.4 (Sep 27, 2017) ---------------------------- |
