Skip to content

Commit a813a87

Browse files
committed
FIx changelog spot
1 parent a434feb commit a813a87

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
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
* Added the `basilisp.url` namespace for structured URL manipulation (#1239)
1111
* Added support for proxies (#425)
1212
* Added a `:slots` meta flag for `deftype` to disable creation of `__slots__` on created types (#1241)
13+
* Added `basilisp.reflect` namespace for Python VM runtime reflection (#837)
1314

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

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

0 commit comments

Comments
 (0)