You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
## [Unreleased]
8
+
9
+
## [v0.1.dev15]
8
10
### Added
9
11
* Added support for auto-resolving namespaces for keyword from the current namespace using the `::kw` syntax (#576)
10
12
* Added support for namespaced map syntax (#577)
@@ -17,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
19
* Added support for writing EDN strings from `basilisp.edn` (#600)
18
20
* Added a persistent queue data type (#606)
19
21
* Added support for transducers (#601)
22
+
* Added support for Python 3.9 (#608)
23
+
* Added support for 3-way comparators (#609)
20
24
21
25
### Changed
22
26
* Moved `basilisp.lang.runtime.to_seq` to `basilisp.lang.seq` so it can be used within that module and by `basilisp.lang.runtime` without circular import (#588)
@@ -36,6 +40,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
40
### Removed
37
41
* Removed `pyfunctional` dependency in favor of Python standard library functions (#589)
38
42
43
+
### Other
44
+
* Basilisp uses `poetry` for dependency and virtual environment management, as well as for publishing to PyPI (#616)
45
+
39
46
## [v0.1.dev14] - 2020-06-18
40
47
### Added
41
48
* Added support for `future`s (#441)
@@ -297,6 +304,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments