summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2013-10-23 10:27:33 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2013-10-23 10:27:33 +0200
commit2aa7f0c68f5ba77b347e216994fd01be63e8aeb0 (patch)
tree0f143e2c706f565c9abff233ff162eea0d873060 /CHANGES
parenta1aa080aece81d62b0f971c4577eb4a91391db10 (diff)
downloadsqlparse-2aa7f0c68f5ba77b347e216994fd01be63e8aeb0.tar.gz
Remove buffered reading again (fixes #114).
It causes problems with some sources.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 160c536..5e73c98 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+Development Version
+-------------------
+
+Bug Fixes
+* Removed buffered reading again, it obviously causes wrong parsing in some rare
+ cases (issue114).
+
+
Release 0.1.9 (Sep 28, 2013)
----------------------------