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 @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
* Added ` basilisp.pprint/print-table ` function (#983 )
13
13
* Added ` basilisp.core/read-all ` function (#986 )
14
14
* Added various compiler arguments to CLI commands (#989 )
15
+ * Added ` basilisp.reflect ` namespace for Python VM runtime reflection (#837 )
15
16
16
17
### Changed
17
18
* 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
34
35
## [ v0.1.1]
35
36
### Added
36
37
* Added several missing functions to ` basilisp.core ` (#956 )
37
- * Added ` basilisp.reflect ` namespace for Python VM runtime reflection (#837 )
38
38
39
39
### Fixed
40
40
* 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