Skip to content

Commit ba20af7

Browse files
committed
Merge commit '062f59bd71377c7553d7d367e97c5ff88dc2bf5f' into release/graal-vm/1.0
2 parents 2ee1272 + 062f59b commit ba20af7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Bug fixes:
44

55
* `match` worked incorrectly with descending sequences (e.g., `3:1`)
6+
* `match` did not handle descending sequences properly (e.g. `match(1:3, 3:1)`)
7+
* lexer allows any "letter" in identifiers including, e.g., Japanese, which matches GNU-R behavior
68

79
# 1.0 RC 15
810

0 commit comments

Comments
 (0)