Skip to content

Commit db60a99

Browse files
committed
@leplatrem review
1 parent 8a505c8 commit db60a99

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,31 @@ This document describes changes between each past release.
77
3.0.0 (2016-02-10)
88
==================
99

10+
**Breaking changes**
11+
12+
- Updated the ``update_collection()`` signature: data is now the fisr argument
13+
(#47)
14+
1015
**New features**
1116

1217
- Added a retry option for batch requests (#51)
1318
- Use the "default" bucket if nothing is specified (#50)
14-
- Added a `if_not_exists` argument to the creation methods (#42)
15-
- Added a replication mechanism in `kinto_client.replication` (#26)
16-
- Handle the `last_modified` argument on update or create operations (#24)
19+
- Added a ``if_not_exists`` argument to the creation methods (#42)
20+
- Added a replication mechanism in ``kinto_client.replication`` (#26)
21+
- Handle the ``last_modified`` argument on update or create operations (#24)
1722

1823
**Bug fixes**
1924

2025
- Do not force the JSON content-type in requests if multipart-encoded files are
2126
sent (#27)
2227
- Fail the batch operations early (#47)
2328
- Remove un-needed requirements (FxA) (#43)
24-
- Use `max_batch_request` from the server to issue more than one batch request
29+
- Use ``max_batch_request`` from the server to issue more than one batch request
2530
(#30)
2631
- Make sure batch raises an error when needed (#28)
2732
- Fix an invalid platform error for some versions of python (#31)
2833
- Do not lowercase valid IDs (#33)
2934

30-
**Backward incompatible changes**
31-
32-
- Updated the collection `signature`: data is now the first argument (#47)
33-
3435
**Documentation**
3536

3637
- Add documentation about client.batch (#44)

0 commit comments

Comments
 (0)