File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,24 @@ CHANGELOG
44This document describes changes between each past release.
55
66
7- 7.1.0 (unreleased )
7+ 7.1.0 (2017-03-16 )
88==================
99
1010**Bug fixes **
1111
1212- Method for plural endpoints now return list of objects instead of ``odict_values ``.
1313
14+ **New features **
15+
16+ - Add logging (fixes #36, #110, thanks @sahildua2305)
17+
18+ **Documentation **
19+
20+ - Fix explanation about safe/if_match/last_modified
21+ - Fix missing methods in docs (#102, thanks @gabisurita)
22+ - Improve contributing guide (#104, #111, thanks @Sayli-Karnik)
23+ - Show how to use the FxABearerTokenAuth auth (#117)
24+
1425
15267.0.0 (2016-09-30)
1627==================
Original file line number Diff line number Diff line change 3535]
3636
3737setup (name = 'kinto-http' ,
38- version = '7.1.0.dev0 ' ,
38+ version = '7.1.0' ,
3939 description = 'Kinto client' ,
4040 long_description = README ,
4141 license = 'Apache License (2.0)' ,
You can’t perform that action at this time.
0 commit comments