[skip ci] CHANGELOG
This commit is contained in:
parent
34777e3d7a
commit
ce26997d31
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -2,6 +2,18 @@
|
|||
|
||||
For a list of breaking changes, check [here](#breaking-changes).
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Enhancements / fixes
|
||||
|
||||
Sci:
|
||||
|
||||
- Fix error reporting in case of arity error [#518](https://github.com/babashka/babashka/issues/518)
|
||||
- Shadowing record field names in protocol functions [#513](https://github.com/babashka/babashka/issues/513)
|
||||
- Fix destructuring in protocol method for record [#512](https://github.com/babashka/babashka/issues/512)
|
||||
- Faster processing of maps, sets and vectors [#482](https://github.com/babashka/babashka/issues/482)
|
||||
- Prioritize current namespace vars in syntax quote [#509](https://github.com/babashka/babashka/issues/509)
|
||||
|
||||
## v0.2.8
|
||||
|
||||
### New
|
||||
|
|
|
|||
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit 002cc9418ad3a28b2f925177afd6ed5065cca6e6
|
||||
Subproject commit 07d3ee262ba0f666756774ef6de873369c358422
|
||||
Loading…
Reference in a new issue