Skip to content

Commit

Permalink
Merge branch 'changelog11' into develop
Browse files Browse the repository at this point in the history
PR jmespath#286

* changelog11:
  Add changelog for 1.0.1
  • Loading branch information
jamesls committed Jun 17, 2022
2 parents 279b117 + 75f3d2c commit bbe7300
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 bbe7300

Please sign in to comment.