Skip to content

Commit 85461b7

Browse files
committed
FIx changelog spot
1 parent 9cf5df3 commit 85461b7

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
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
### Added
99
* Added the `CollReduce` and `KVReduce` protocols in `basilisp.core.protocols` and implemented `reduce` in terms of those protocols (#927)
10+
* Added `basilisp.reflect` namespace for Python VM runtime reflection (#837)
1011

1112
### Changed
1213
* Improved on the nREPL server exception messages by matching that of the REPL user friendly format (#968)
@@ -21,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2122
## [v0.1.1]
2223
### Added
2324
* Added several missing functions to `basilisp.core` (#956)
24-
* Added `basilisp.reflect` namespace for Python VM runtime reflection (#837)
2525

2626
### Fixed
2727
* Fixed an issue where attempting to run a namespace from the CLI could fail in certain cases (#957)

0 commit comments

Comments
 (0)