Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pschanely committed Mar 19, 2024
1 parent 8f22d40 commit ba4a212
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ Next Version
* Nothing yet!


Version 0.0.52
--------------

* Fixed **many** issues revealed by running the
[hypothesis-jsonschema](https://github.com/python-jsonschema/hypothesis-jsonschema)
test suite using the CrossHair backend. In particular:
* Support additional arguments passed to set union/intersection/etc.
* Avoid over-eager KeyError on empty dict.pop with a default.
* Add support for identity comparisons involving some symbolics.
* Inline cpython's pure python json implementation
(instead of destricutively reloading and avoiding the c implementation)
* Support slices on symbolic range() objects.
* Support None as a first argument to filter.


Version 0.0.51
--------------

Expand Down

0 comments on commit ba4a212

Please sign in to comment.