From ca019dde9aea79bbb07fb10c87f4d36de55caca6 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 13 Jan 2025 10:46:46 +0100 Subject: [PATCH] Fix #1788: records should have fields set to nil --- CHANGELOG.md | 3 ++- sci | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7fba1c2..f31b6589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ A preview of the next release can be installed from [Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting ## Unreleased -- [#1785](https://github.com/babashka/babashka/issues/1785): Allow subclasses of `Throwable` to have instance methods invoked ([@bobisageek](https://github.com/bobisageek)) +- [#1785](https://github.com/babashka/babashka/issues/1785): Allow subclasses of `Throwable` to have instance methods invoked ([@bobisageek](https://github.com/bobisageek)) +- [#1788](https://github.com/babashka/babashka/issues/1788): records should have fields all set to `nil` ## 1.12.196 (2024-12-24) diff --git a/sci b/sci index 6892bc6a..483dd638 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit 6892bc6aed8abf3a1ca532a71cdf352b7d8b6546 +Subproject commit 483dd6384c956f1e8fe2a8d4bbbe9b10e1c17913