File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,21 @@ CHANGELOG
4
4
This document describes changes between each past release.
5
5
6
6
7
- 6.3 .0 (unreleased )
7
+ 7.0 .0 (2016-09-30 )
8
8
==================
9
9
10
- - Added CRUD methods for the endpoint group. (#95)
10
+ **Breaking changes **
11
+
12
+ - Removed ``if_exists `` argument from the ``delete_*s `` methods for plural endpoints
13
+ (#98, thanks @mansimarkaur!)
14
+
15
+ **New features **
16
+
17
+ - Added CRUD methods for the group endpoints (#95, thanks @mansimarkaur!)
18
+
19
+ **Documentation **
20
+
21
+ - Add contributing guide (#90, thanks @sahildua2305!)
11
22
12
23
13
24
6.2.1 (2016-09-08)
Original file line number Diff line number Diff line change 35
35
]
36
36
37
37
setup (name = 'kinto-http' ,
38
- version = '6.3.0.dev0 ' ,
38
+ version = '7.0.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