Skip to content

Commit

Permalink
Prepare version v0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobgu committed Nov 3, 2022
1 parent 226ebb6 commit 29f5ac9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
@@ -1,5 +1,9 @@
Revision history
----------------
0.19.2, 2022-11-03
* Fix #263, pmap regression in 0.19.1. Element access sometimes unreliable after insert.
Thanks @mwchase for reporting this!

0.19.1, 2022-10-30
* Fix #159 (through PR #243). Pmap keys/values/items now behave more like the corresponding Python 3
methods on dicts. Previously they returned a materialized PVector holding the items, now they return
Expand Down
2 changes: 1 addition & 1 deletion _pyrsistent_version.py
@@ -1 +1 @@
__version__ = '0.19.1'
__version__ = '0.19.2'

0 comments on commit 29f5ac9

Please sign in to comment.