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,10 +4,21 @@ CHANGELOG
44This document describes changes between each past release.
55
66
7- 6.3 .0 (unreleased )
7+ 7.0 .0 (2016-09-30 )
88==================
99
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!)
1122
1223
13246.2.1 (2016-09-08)
Original file line number Diff line number Diff line change 3535]
3636
3737setup (name = 'kinto-http' ,
38- version = '6.3.0.dev0 ' ,
38+ version = '7.0.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