File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased]
8
8
### Added
9
9
* 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 )
10
11
11
12
### Changed
12
13
* 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
21
22
## [ v0.1.1]
22
23
### Added
23
24
* Added several missing functions to ` basilisp.core ` (#956 )
24
- * Added ` basilisp.reflect ` namespace for Python VM runtime reflection (#837 )
25
25
26
26
### Fixed
27
27
* Fixed an issue where attempting to run a namespace from the CLI could fail in certain cases (#957 )
You can’t perform that action at this time.
0 commit comments