Skip to content

Commit 0ca4ccd

Browse files
committed
Update changelog with latest changes
1 parent 27f5660 commit 0ca4ccd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
0.7.1
2+
=====
3+
4+
* Rename ``bin/jp`` to ``bin/jp.py``
5+
* Fix issue with precedence when parsing wildcard
6+
projections
7+
* Remove ordereddict and simplejson as py2.6 dependencies.
8+
These were never actually used in the jmespath code base,
9+
only in the unit tests. Unittests requirements are handled
10+
via requirements26.txt.
11+
12+
13+
0.7.0
14+
=====
15+
16+
* Add support for JEP-12, raw string literals
17+
* Support .whl files
18+
119
0.6.2
220
=====
321

0 commit comments

Comments
 (0)