Skip to content

Commit e7cbf55

Browse files
zthcristianoc
authored andcommitted
add changelog note for unicode support
1 parent 2730b62 commit e7cbf55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565

6666
#### :rocket: New Feature
6767

68+
- Unicode is now supported in regular strings and chars. Means that this is now going to work: `let str = "Σ"`. And, you'll be able to pattern match on unicode chars: `switch c { | 'Σ' => "what a fine unicode char" | _ => "unicode is fun" }`
6869
- Doc comments `/** ... */` are now supported. Inernally, they are attributes, so are only valid at positions where `@foo` is allowed, or a syntax error is given. Similarly for module-level `/*** comments */` that can go where `@@attributes` go.
6970

7071
#### :bug: Bug Fix

0 commit comments

Comments
 (0)