File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
### Changed
9
9
* Exceptions occurring during inlining during macroexpansion are no longer obscured by the outer macroexpansion exception (#1013 )
10
10
11
+ ### Fixed
12
+ * Fix the behaviour of ` nil ` with several collection functions (#1011 )
13
+
11
14
## [ v0.2.0]
12
15
### Added
13
16
* 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
32
35
* Fix using keyword as a function not returning the default value in some cases (#997 )
33
36
* Fix an issue where Python ` SyntaxWarning ` s would be emitted for certain compiled code (#996 )
34
37
* 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 )
36
38
37
39
### Removed
38
40
* Removed ` python-dateutil ` and ` readerwriterlock ` as dependencies, switching to standard library components instead (#976 )
You can’t perform that action at this time.
0 commit comments