summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2018-03-22 08:09:06 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2018-03-22 08:09:06 +0100
commit3013ef4826ce8f7bf46c450debe816c9fcae2a05 (patch)
tree120f0dad4f6ab356bb0f3f92149f1b5d91ac7da5
parent1df9178ed833be58f579f220eb2152873e4ba888 (diff)
downloadsqlparse-3013ef4826ce8f7bf46c450debe816c9fcae2a05.tar.gz
Update changelog.
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 18493ef..0345032 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,13 +3,14 @@ Development Version
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).
Bug Fixes
* Fix occasional IndexError (pr290, by circld).
* Fix incorrect splitting of strings containing new lines (pr396, by fredyw).
+* Fix for get\_real_name() to return correct name (issue369, by fredyw).
Internal Changes