Skip to content

Commit 5067ef4

Browse files
committed
update CHANGELOG
1 parent aca4c40 commit 5067ef4

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1-
**0.15.2** (in progress, last updated 28 January 2022)
1+
**0.15.3** (in progress, last updated 19 September 2024)
22

33
*No user-visible changes yet.*
44

55

6+
---
7+
8+
**0.15.2** (19 September 2024)
9+
10+
This time, just a small but important fix.
11+
12+
**Fixed**:
13+
14+
- `unpythonic.env.env` is now pickleable. Save your fancy bunches into `.pickle` files and load them back!
15+
16+
**Future plans**:
17+
18+
Contrary to appearances, this project is not dead. But it already does most of what I personally need it to do, so it is pretty much in maintenance mode. And it has not required much maintenance over the past two years.
19+
20+
We still plan to officially support Python 3.11+ later, as well as to update all constructs with assignment semantics to use the more appropriate `:=` operator, when/if I find the time to do so. The syntax uses `<<` for historical reasons - these constructs were originally implemented in 2018, on Python 3.4, back when `:=` did not exist.
21+
22+
The most likely upgrade timeframe is when I personally switch to Python 3.11+, and something breaks. That is also when I'll likely next upgrade the sister project `mcpyrate`.
23+
24+
625
---
726

827
**0.15.1** (28 January 2022) - *New Year's edition*:

0 commit comments

Comments
 (0)