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 @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
* Added the ` basilisp.url ` namespace for structured URL manipulation (#1239 )
11
11
* Added support for proxies (#425 )
12
12
* 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 )
13
14
14
15
### Changed
15
16
* 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
213
214
## [ v0.1.1]
214
215
### Added
215
216
* Added several missing functions to ` basilisp.core ` (#956 )
216
- * Added ` basilisp.reflect ` namespace for Python VM runtime reflection (#837 )
217
217
218
218
### Fixed
219
219
* 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