Skip to content

Commit ad89442

Browse files
committed
Update changelog
1 parent f260420 commit ad89442

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## 0.14.1
4+
5+
### New Features
6+
7+
* Support pragmas on system args
8+
* Support multiple `runSystemOnce` calls in a template
9+
10+
## 0.14.0
11+
12+
### New Features
13+
14+
* Add `Resource` directive
15+
* Support resources that require initialization
16+
* Support `typeOf` in directives
17+
18+
### Bug Fixes
19+
20+
* Fix `eventSys` open symbol normalization
21+
* Improve support for open symbols
22+
* Fix `extend` usage in bundles
23+
* Fix tuple extension with generics
24+
* Fix `getTupleSubtypes` error message
25+
* Avoid unnecessary resource refs
26+
27+
### Other Changes
28+
29+
* Improve error location reporting for nimNode errors
30+
* Add type name to system var errors
31+
* Remove tuple join sorting requirement
32+
333
## 0.13.0
434

535
### Backwards Incompatible Changes

0 commit comments

Comments
 (0)