summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2018-04-06 12:47:37 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2018-04-06 12:47:37 +0200
commitf75f586472e01bbdabcc92dac835a5f8637163d6 (patch)
tree453b326bafadb0463eb939f70f7b7d87d12146f6
parent6a830d8e48955549c5baf975c86155a12b1d1b2d (diff)
downloadsqlparse-f75f586472e01bbdabcc92dac835a5f8637163d6.tar.gz
Update authors and changelog.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 5653f2e..5305cee 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -45,6 +45,7 @@ Alphabetical list of contributors:
* saaj <id@saaj.me>
* Shen Longxing <shenlongxing2012@gmail.com>
* Sjoerd Job Postmus
+* Soloman Weng <soloman1124@gmail.com>
* spigwitmer <itgpmc@gmail.com>
* Tao Wang <twang2218@gmail.com>
* Tenghuan <tenghuanhe@gmail.com>
diff --git a/CHANGELOG b/CHANGELOG
index 0345032..04fc63f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ 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).
+* Wrap function params when wrap_after is set (pr398, by soloman1124).
Internal Changes