Skip to content

Commit 77c1163

Browse files
authored
Fix changelog (#1015)
Fixed changelog entry location for #1011
1 parent 507a8b7 commit 77c1163

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Changed
99
* Exceptions occurring during inlining during macroexpansion are no longer obscured by the outer macroexpansion exception (#1013)
1010

11+
### Fixed
12+
* Fix the behaviour of `nil` with several collection functions (#1011)
13+
1114
## [v0.2.0]
1215
### Added
1316
* Added the `CollReduce` and `KVReduce` protocols in `basilisp.core.protocols` and implemented `reduce` in terms of those protocols (#927)
@@ -32,7 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3235
* Fix using keyword as a function not returning the default value in some cases (#997)
3336
* Fix an issue where Python `SyntaxWarning`s would be emitted for certain compiled code (#996)
3437
* Fix an issue where 2- and 3-arity `range` invocations returned unexpected results (#1004)
35-
* Fix the behaviour of `nil` with several collection functions (#1011)
3638

3739
### Removed
3840
* Removed `python-dateutil` and `readerwriterlock` as dependencies, switching to standard library components instead (#976)

0 commit comments

Comments
 (0)