From ce26997d31ee3366400e87024e1cb438de8baea8 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 27 Jan 2021 21:04:44 +0100 Subject: [PATCH] [skip ci] CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ sci | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3c3591..53b0f9f7 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/sci b/sci index 002cc941..07d3ee26 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit 002cc9418ad3a28b2f925177afd6ed5065cca6e6 +Subproject commit 07d3ee262ba0f666756774ef6de873369c358422