Fix #1788: records should have fields set to nil
This commit is contained in:
parent
da3eff0305
commit
ca019dde9a
2 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit 6892bc6aed8abf3a1ca532a71cdf352b7d8b6546
|
||||
Subproject commit 483dd6384c956f1e8fe2a8d4bbbe9b10e1c17913
|
||||
Loading…
Reference in a new issue