diff options
| author | Andreas Albrecht <andreas.albrecht@Admins-MacBook-Pro.local> | 2019-03-10 07:31:24 +0100 |
|---|---|---|
| committer | Andreas Albrecht <andreas.albrecht@Admins-MacBook-Pro.local> | 2019-03-10 07:31:24 +0100 |
| commit | bc84fdc0afdb966280d95277e1c1cddeba20ae5a (patch) | |
| tree | 1a6ee6a5896130753702ebdd8f4bd375fb4b5334 | |
| parent | 47768597924d88cec426e379b4afae8b58491956 (diff) | |
| download | sqlparse-bc84fdc0afdb966280d95277e1c1cddeba20ae5a.tar.gz | |
Cleanup Changelog.
| -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) ---------------------------- |
