Fix #1405: drop name metadata from conditionally defined var
This commit is contained in:
parent
17c9003e2a
commit
5566a7869f
2 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,8 @@ A preview of the next release can be installed from
|
|||
|
||||
## Unreleased
|
||||
|
||||
Fix [#1401](https://github.com/babashka/babashka/issues/1401): mutation of `deftype` field should be visible in protocol method
|
||||
- Fix [#1401](https://github.com/babashka/babashka/issues/1401): mutation of `deftype` field should be visible in protocol method
|
||||
- Fix [#1405](https://github.com/babashka/babashka/issues/1405): drop name metadata from conditionally defined var
|
||||
|
||||
## 1.0.164 (2022-10-17)
|
||||
|
||||
|
|
|
|||
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit edefeda9e6038ab8eb918377dd09ec96f9c73219
|
||||
Subproject commit 09b269c242db8af20edde575b1827a2b86027411
|
||||
Loading…
Reference in a new issue