Skip to content

Commit 0d3613a

Browse files
committed
Update Changelog
1 parent de974f4 commit 0d3613a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
* Improved on the nREPL server exception messages by matching that of the REPL user friendly format (#968)
1818
* Types created via `deftype` and `reify` may declare supertypes as abstract (taking precedence over true `abc.ABC` types) and specify their member list using `^:abstract-members` metadata (#942)
1919
* Load functions (`load`, `load-file`, `load-reader`, etc) now return the value of the last form evaluated. (#984)
20-
2120
### Fixed
2221
* Fixed inconsistent behavior with `basilisp.core/with` when the `body` contains more than one form (#981)
22+
* Fixed using keyword as a function not returning the default value in some cases (#995)
2323

2424
### Removed
2525
* Removed `python-dateutil` and `readerwriterlock` as dependencies, switching to standard library components instead (#976)

0 commit comments

Comments
 (0)