Skip to content

Commit 598547a

Browse files
committed
FIx changelog spot
1 parent d31e577 commit 598547a

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
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Added
99
* Added support for referring imported Python names as by `from ... import ...` (#1154)
1010
* Added the `basilisp.url` namespace for structured URL manipulation (#1239)
11+
* Added `basilisp.reflect` namespace for Python VM runtime reflection (#837)
1112

1213
### Changed
1314
* Removed implicit support for single-use iterables in sequences, and introduced `iterator-seq` to expliciltly handle them (#1192)
@@ -211,7 +212,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211212
## [v0.1.1]
212213
### Added
213214
* Added several missing functions to `basilisp.core` (#956)
214-
* Added `basilisp.reflect` namespace for Python VM runtime reflection (#837)
215215

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

0 commit comments

Comments
 (0)