summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 7e1941e..098e846 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,10 @@ Development
-----------
Bug Fixes
- * Avoid "stair case" effects when identifiers, functions or keywords
- are mixed in identifier lists (issue45, issue49) and when asterisks
- are used as operators (issue58).
+ * Avoid "stair case" effects when identifiers, functions,
+ placeholders or keywords are mixed in identifier lists (issue45,
+ issue49, issue52) and when asterisks are used as operators
+ (issue58).
* Make keyword detection more restrict (issue47).
* Improve handling of CASE statements (issue46).
* Fix statement splitting when parsing recursive statements (issue57,