Skip to content

Commit 9bc5ee7

Browse files
committed
CHAMGELOG
1 parent 881a83a commit 9bc5ee7

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SCI is used in [babashka](https://github.com/babashka/babashka),
1212

1313
## Unreleased
1414

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)
1616
- Add test for `defrecord`/`deftype` in namespaces with special characters like `+` [babashka#1868](https://github.com/babashka/babashka/issues/1868)
1717
- Fix `.sym` on user-defined vars returning qualified symbol instead of unqualified, matching Clojure
1818
- `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.

TODO.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)