You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ SCI is used in [babashka](https://github.com/babashka/babashka),
12
12
13
13
## Unreleased
14
14
15
-
- Support `IFn` on `defrecord`[#808](https://github.com/babashka/sci/issues/808), [babashka#1386](https://github.com/babashka/babashka/issues/1386)
15
+
- Support `IFn` on `defrecord`, `deftype` and `reify`[#808](https://github.com/babashka/sci/issues/808), [babashka#1386](https://github.com/babashka/babashka/issues/1386), [nbb#408](https://github.com/babashka/nbb/issues/408)
16
16
- Add test for `defrecord`/`deftype` in namespaces with special characters like `+`[babashka#1868](https://github.com/babashka/babashka/issues/1868)
17
17
- Fix `.sym` on user-defined vars returning qualified symbol instead of unqualified, matching Clojure
18
18
-`def` now replaces var metadata instead of merging, matching Clojure semantics. Previously, `(declare foo) (def foo 42)` would leave `:declared true` on the var's metadata.
0 commit comments