Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit f0d0010

Browse files
committed
Corrected bad merge of CHANGES
1 parent cb0c1a4 commit f0d0010

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Unreleased
22

3+
- [NEW] Add new view parameters, `stable` and `update`, as keyword arguments to `get_view_result`.
4+
35
# 2.9.0 (2018-06-13)
46

57
- [NEW] Added functionality to test if a key is in a database as in `key in db`, overriding dict `__contains__` and checking in the remote database.
68
- [NEW] Moved `create_query_index` and other query related methods to `CouchDatabase` as the `_index`/`_find` API is available in CouchDB 2.x.
79
- [NEW] Support IAM authentication in replication documents.
8-
- [NEW] Add new view parameters, `stable` and `update`, as keyword arguments to `get_view_result`.
910
- [FIXED] Case where `Document` context manager would throw instead of creating a new document if no `_id` was provided.
1011
- [IMPROVED] Added support for IAM API key in `cloudant_bluemix` method.
1112
- [IMPROVED] Shortened length of client URLs by removing username and password.

0 commit comments

Comments
 (0)