summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2012-04-19 05:59:51 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2012-04-19 05:59:51 +0200
commit748749e596ebf10a9adc763f970cfde446bac978 (patch)
tree94a957533335dd0423b7cfed013571c925fe1768
parent32bd980760b9231ed49d3b7ace31cfcc345c3adf (diff)
downloadsqlparse-748749e596ebf10a9adc763f970cfde446bac978.tar.gz
Update CHANGES.
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index be82b6d..b3b4a9a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@ Bug Fixes
operators (issue58).
* Make keyword detection more restrict (issue47).
* Improve handling of CASE statements (issue46).
+ * Fix statement splitting when parsing recursive statements (issue57,
+ thanks to piranna).
+ * Fix for negative numbers (issue56, thanks to kevinjqiu).
+ * Several minor bug fixes and improvements.
Release 0.1.3 (Jul 29, 2011)