File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
### Added
9
9
* Added support for referring imported Python names as by ` from ... import ... ` (#1154 )
10
10
* Added the ` basilisp.url ` namespace for structured URL manipulation (#1239 )
11
+ * Added ` basilisp.reflect ` namespace for Python VM runtime reflection (#837 )
11
12
12
13
### Changed
13
14
* 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
211
212
## [ v0.1.1]
212
213
### Added
213
214
* Added several missing functions to ` basilisp.core ` (#956 )
214
- * Added ` basilisp.reflect ` namespace for Python VM runtime reflection (#837 )
215
215
216
216
### Fixed
217
217
* 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