summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Uriarte <victor.m.uriarte@intel.com>2016-06-13 08:55:36 -0700
committerVictor Uriarte <victor.m.uriarte@intel.com>2016-06-13 08:55:36 -0700
commit2936f9756aaea2e0f5b4cbb578a25c4fe07bcdf1 (patch)
tree7d7f20537e8eb7137c76803fe3c6ffef582a8860
parent0e1a2c73faf568f68cb3a96e5de67125b779a965 (diff)
downloadsqlparse-2936f9756aaea2e0f5b4cbb578a25c4fe07bcdf1.tar.gz
Update CHANGELOG
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 3d3bc26..899ce59 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/CHANGELOG b/CHANGELOG
index 46dd002..39e46f4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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