File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog for Anole
2
2
3
- ## Unreleased
3
+ ## 0.0.22 - 2021/01/24
4
4
5
5
### Added
6
6
10
10
11
11
- Only Anole modules can be imported by simple name now
12
12
- Cpp modules must be imported by using their direct paths
13
+ - Instruction ` ImportAll ` is unary operation now
13
14
14
15
### Updated
15
16
16
17
- Improve the performance of REPL
17
18
- Improve the error information of non-defined variables which may cause segmentation fault
18
19
- 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 )
19
21
20
22
### Fixed
21
23
22
24
- 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 )
23
25
26
+ ### Removed
27
+
28
+ - Remove instruction ` ImportAllPath `
29
+
24
30
## 0.0.21 - 2020/11/24
25
31
26
32
### Added
You can’t perform that action at this time.
0 commit comments