Skip to content

Commit be22d32

Browse files
Release version 0.12.0.
### Major-level changes - Replace : with space in type annotations. - Replace - with : in slice indexes. - Replace * with # in slice indexes. - Rename arithmetic operators. ### Minor-level changes - Add operator REFUTE. - Add operator ISMAP. - Add operator ISFUNC. - Add operator ISTHR. - Allow 1 at ident start. - Update ident name rules. - Document path stdlib module. ### Patch-level changes - Moved to Clang. - Update README.md. - Make TYPE-only assignment error on type conflict. - Fix passing/restart-basic.pre.
1 parent 2400be3 commit be22d32

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

docs/CHANGELOG.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,34 @@
2121

2222
---
2323

24+
## 0.12.0
25+
26+
### Major-level changes
27+
28+
- Replace `:` with space in type annotations.
29+
- Replace `-` with `:` in slice indexes.
30+
- Replace `*` with `#` in slice indexes.
31+
- Rename arithmetic operators.
32+
33+
### Minor-level changes
34+
35+
- Add operator `REFUTE`.
36+
- Add operator `ISMAP`.
37+
- Add operator `ISFUNC`.
38+
- Add operator `ISTHR`.
39+
- Allow `1` at ident start.
40+
- Update ident name rules.
41+
- Document `path` stdlib module.
42+
43+
### Patch-level changes
44+
45+
- Moved to Clang.
46+
- Update README.md.
47+
- Make TYPE-only assignment error on type conflict.
48+
- Fix passing/restart-basic.pre.
49+
50+
---
51+
2452
## 0.11.1
2553

2654
### Patch-level changes

0 commit comments

Comments
 (0)