From 07030d8f89872497fdeb857e9fcd3e4dccdd20b4 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 1 Nov 2022 13:09:28 +0100 Subject: [PATCH] changelogs [skip ci] --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 505ac4e6..990c32fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ For a list of breaking changes, check [here](#breaking-changes). A preview of the next release can be installed from [babashka-dev-builds](https://github.com/babashka/babashka-dev-builds). +## Unreleased + +... + ## 1.0.165 (2202-11-01) - Fix [#1401](https://github.com/babashka/babashka/issues/1401): mutation of `deftype` field should be visible in protocol method @@ -14,7 +18,7 @@ A preview of the next release can be installed from - Add `java.time.zone.ZoneRules` class - Copy more docstrings for core macros and vars - Bump `core.async` to `1.6.673` -- Implement `in-ns` as function, rather than special form (@SignSpice) +- Implement `in-ns` as function, rather than special form ([@SignSpice](https://github.com/SignSpice)) - Bump `deps.clj` to `1.11.1.1182` - Bump GraalVM to `22.3.0` - SCI: don't rely on metadata for record implementation