File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,24 @@ CHANGELOG
4
4
This document describes changes between each past release.
5
5
6
6
7
- 7.1.0 (unreleased )
7
+ 7.1.0 (2017-03-16 )
8
8
==================
9
9
10
10
**Bug fixes **
11
11
12
12
- Method for plural endpoints now return list of objects instead of ``odict_values ``.
13
13
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
+
14
25
15
26
7.0.0 (2016-09-30)
16
27
==================
Original file line number Diff line number Diff line change 35
35
]
36
36
37
37
setup (name = 'kinto-http' ,
38
- version = '7.1.0.dev0 ' ,
38
+ version = '7.1.0' ,
39
39
description = 'Kinto client' ,
40
40
long_description = README ,
41
41
license = 'Apache License (2.0)' ,
You can’t perform that action at this time.
0 commit comments