summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2017-09-21 10:25:01 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2017-09-21 10:25:01 +0200
commitd7a290c43708b3a743472db34e0519159d8ee134 (patch)
tree52525dc128d96dea21dac67006b33734c69ec3fd
parent1578f7da759f308a0538625cb37260fed34c9efe (diff)
downloadsqlparse-d7a290c43708b3a743472db34e0519159d8ee134.tar.gz
Update changelog and authors.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 15debce..e5ddd32 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -11,6 +11,7 @@ Alphabetical list of contributors:
* Alexander Beedie <ayembee@gmail.com>
* Alexey Malyshev <nostrict@gmail.com>
* Andrew Tipton <andrew.tipton@compareglobalgroup.com>
+* atronah <atronah.ds@gmail.com>
* casey <casey@cloudera.com>
* CauĂȘ Beloni <cbeloni@gmail.com>
* Cristian Orellana <cristiano@groupon.com>
diff --git a/CHANGELOG b/CHANGELOG
index 5e49022..db33585 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ Enhancements
* Add more keywords for MySQL table options (pr328, pr333, by phdru).
* Add more PL/pgSQL keywords (pr357, by Demetrio92).
+* Improve parsing of floats (pr330, by atronah).
Bug Fixes