Skip to content

Commit 16fb8ca

Browse files
committed
0.0.22 release
1 parent cea64a0 commit 16fb8ca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ChangeLog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog for Anole
22

3-
## Unreleased
3+
## 0.0.22 - 2021/01/24
44

55
### Added
66

@@ -10,17 +10,23 @@
1010

1111
- Only Anole modules can be imported by simple name now
1212
- Cpp modules must be imported by using their direct paths
13+
- Instruction `ImportAll` is unary operation now
1314

1415
### Updated
1516

1617
- Improve the performance of REPL
1718
- Improve the error information of non-defined variables which may cause segmentation fault
1819
- Make sure all paths could be finded correctly
20+
- Support using sub-modules/components directly now, see [ENHANCEMENT#27](https://github.com/anole-lang/anole/issues/27)
1921

2022
### Fixed
2123

2224
- Fix the bug caused by no-block-scope when using nested foreach-stmt, see more in [BUG#40](https://github.com/anole-lang/anole/issues/40)
2325

26+
### Removed
27+
28+
- Remove instruction `ImportAllPath`
29+
2430
## 0.0.21 - 2020/11/24
2531

2632
### Added

0 commit comments

Comments
 (0)