summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 42433bc..be82b6d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,8 @@ Development
Bug Fixes
* Avoid "stair case" effects when identifiers and functions are mixed
- in identifier lists (issue45).
+ in identifier lists (issue45) and when asterisks are used as
+ operators (issue58).
* Make keyword detection more restrict (issue47).
* Improve handling of CASE statements (issue46).