Skip to content

Commit 01fec1c

Browse files
committed
Changelog
1 parent eec0488 commit 01fec1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
* Added the `basilisp.pprint` namespace (#513)
1717

1818
### 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)
2020
* `basilisp.core/str` now delegates to the builtin Python `str` in all cases except for customizing the string output for builtin Python types (#1237)
2121
* Optimised mainstream seq-consuming functions by coercing their inputs into `seq` upfront (#1234)
2222
* Renamed `awith` and `afor` to `with-async` and `for-async` for improved clarity (#1248)
2323
* `basilisp.main.init` will only initialize the runtime environment on the first invocation (#1242)
2424
* Updated support for PyPy to 3.9 and 3.10 (#1265)
2525

2626
### 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)
2828
* 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)
2930

3031
## [v0.3.8]
3132
### Added

0 commit comments

Comments
 (0)