File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
* Added the ` basilisp.pprint ` namespace (#513 )
17
17
18
18
### Changed
19
- * Removed implicit support for single-use iterables in sequences, and introduced ` iterator-seq ` to expliciltly handle them (#1192 )
19
+ * Removed implicit support for single-use iterables in sequences, and introduced ` iterator-seq ` to explicitly handle them (#1192 )
20
20
* ` basilisp.core/str ` now delegates to the builtin Python ` str ` in all cases except for customizing the string output for builtin Python types (#1237 )
21
21
* Optimised mainstream seq-consuming functions by coercing their inputs into ` seq ` upfront (#1234 )
22
22
* Renamed ` awith ` and ` afor ` to ` with-async ` and ` for-async ` for improved clarity (#1248 )
23
23
* ` basilisp.main.init ` will only initialize the runtime environment on the first invocation (#1242 )
24
24
* Updated support for PyPy to 3.9 and 3.10 (#1265 )
25
25
26
26
### Fixed
27
- * Fix a bug where protocols with methods with leading hyphens in the could not be defined (#1230 )
27
+ * Fix a bug where protocols with methods with leading hyphens in method names could not be defined (#1230 )
28
28
* Fix a bug where attempting to ` :refer ` a non-existent Var from another namespace would throw an unhelpful exception (#1231 )
29
+ * Fixed a bug where ` (range 0) ` would return ` (0) ` rather than than ` () ` as expected (#1258 )
29
30
30
31
## [ v0.3.8]
31
32
### Added
You can’t perform that action at this time.
0 commit comments