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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [Unreleased]
8
8
### Added
9
9
* Added `afor` and `awith` macros to support async Python interop (#1179, #1181)
10
+
* Added support for referring imported Python names as by `from ... import ...` (#1154)
10
11
11
12
### Changed
12
13
* Single arity functions can be tagged with `^:allow-unsafe-names` to preserve their parameter names (#1212)
@@ -16,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
17
* Fix an issue where consecutive reader comment forms would not be ignored (#1207)
17
18
18
19
## [v0.3.7]
19
-
### Fixed
20
+
### Fixed
20
21
* Fix a regression introduced in #1176 where the testrunner couldn't handle relative paths in `sys.path`, causing `basilisp test` to fail when no arugments were provided (#1204)
21
22
* Fix a bug where `basilisp.process/exec` could deadlock reading process output if that output exceeded the buffer size (#1202)
22
23
* Fix `basilisp boostrap` issue on MS-Windows where the boostrap file loaded too early, before Basilisp was in `sys.path` (#1208)
0 commit comments