Fix #1501: equals on deftype
This commit is contained in:
parent
9b21986f05
commit
9520c5b240
2 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ A preview of the next release can be installed from
|
|||
- [#1496](https://github.com/babashka/babashka/issues/1496): Add `set-agent-send-executor!` and `set-agent-send-off-executor!`
|
||||
- [#1489](https://github.com/babashka/babashka/issues/1489): Don't overwrite non-empty, non-jar files when writing uberscript/uberjar ([@bobisageek](https://github.com/bobisageek))
|
||||
- [#1506](https://github.com/babashka/babashka/issues/1506): `:exec-args` in task should override `:exec-args` on fn metadata
|
||||
- [#1501](https://github.com/babashka/babashka/issues/1501): equals on deftype
|
||||
- Add support for `.getWatches` on atoms
|
||||
- Bump `babashka.fs`
|
||||
- Bump `deps.clj`
|
||||
|
|
|
|||
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit a85c488ee45700bcbe67bc01ab1c27407fff7887
|
||||
Subproject commit 1f8128cd26754c6d1ac99c9c9db20bccbcebddda
|
||||
Loading…
Reference in a new issue