diff options
| author | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-13 08:55:36 -0700 |
|---|---|---|
| committer | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-13 08:55:36 -0700 |
| commit | 2936f9756aaea2e0f5b4cbb578a25c4fe07bcdf1 (patch) | |
| tree | 7d7f20537e8eb7137c76803fe3c6ffef582a8860 | |
| parent | 0e1a2c73faf568f68cb3a96e5de67125b779a965 (diff) | |
| download | sqlparse-2936f9756aaea2e0f5b4cbb578a25c4fe07bcdf1.tar.gz | |
Update CHANGELOG
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | CHANGELOG | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ This module contains code (Python 2/3 compatibility) from the six project: https://bitbucket.org/gutworth/six. Alphabetical list of contributors: +* Adam Greenhall <agreenhall@lyft.com> * Alexander Beedie <ayembee@gmail.com> * Alexey Malyshev <nostrict@gmail.com> * Andrew Tipton <andrew.tipton@compareglobalgroup.com> @@ -19,6 +19,7 @@ Enhancements * Improve alignment of columns (issue207, issue235, by vmuriat). * Add wrap_after option for better alignment when formatting lists (issue248, by Dennis Taylor). +* Add reindent-aligned option for alternate formatting (Adam Greenhall) * Improved grouping of operations (issue211, by vmuriat). Bug Fixes |
