We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ddfb3 commit 62d17d2Copy full SHA for 62d17d2
CHANGELOG.rst
@@ -4,10 +4,12 @@ CHANGELOG
4
This document describes changes between each past release.
5
6
7
-4.2.0 (unreleased)
+5.0.0 (unreleased)
8
==================
9
10
-- Nothing changed yet.
+**Breaking changes**
11
+
12
+- Rename the last_modified client parameter into if_match (#68)
13
14
15
4.1.0 (2016-04-26)
setup.py
@@ -23,7 +23,7 @@
23
24
25
setup(name='kinto-client',
26
- version='4.2.0.dev0',
+ version='5.0.0.dev0',
27
description='Kinto client',
28
long_description=README,
29
license='Apache License (2.0)',
0 commit comments