Skip to content

Commit

Permalink
Add changelog for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Jun 17, 2022
1 parent 70cf143 commit 75f3d2c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.0.1
=====

* Add support for Python 3.11
(`issue #285 <https://github.com/jmespath/jmespath.py/issues/285>`__)
* Fix boolean correctness for floats
(`issue #281 <https://github.com/jmespath/jmespath.py/issues/281>`__)
* Fix Python 3.9 warning about random sampling used in parser cache.
(`issue #216 <https://github.com/jmespath/jmespath.py/issues/216>`__)
* Fix Python 3.8 warning for type comparisons
(`issue #210 <https://github.com/jmespath/jmespath.py/issues/268>`__)


1.0.0
=====

Expand Down

0 comments on commit 75f3d2c

Please sign in to comment.