Skip to content

Commit 6e78ba1

Browse files
committed
FIx changelog spot
1 parent 08228b6 commit 6e78ba1

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
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
* Added `basilisp.pprint/print-table` function (#983)
1313
* Added `basilisp.core/read-all` function (#986)
1414
* Added various compiler arguments to CLI commands (#989)
15+
* Added `basilisp.reflect` namespace for Python VM runtime reflection (#837)
1516

1617
### Changed
1718
* Improved on the nREPL server exception messages by matching that of the REPL user-friendly format (#968)
@@ -34,7 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3435
## [v0.1.1]
3536
### Added
3637
* Added several missing functions to `basilisp.core` (#956)
37-
* Added `basilisp.reflect` namespace for Python VM runtime reflection (#837)
3838

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

0 commit comments

Comments
 (0)