Skip to content

Commit c56f798

Browse files
committed
Update the changelog a bit more.
1 parent a879d26 commit c56f798

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ChangeLog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ Version 0.9 (not released)
1818
* Enhance Database.info() so it can also be used to get info for a design
1919
doc.
2020
* Add view definition options, e.g. collation.
21-
* Protect ResourceBody from being iterated/closed multiple times.
21+
* Protect ResponseBody from being iterated/closed multiple times.
22+
* Rename iteration method for ResponseBody chunks to iterchunks() to
23+
prevent usage for non-chunked responses.
2224
* JSON encoding exception are no longer masked, giving clearer errors.
25+
* cjson support is now deprecated.
2326
* Fix Row.value and Row.__repr__ to never raise exceptions.
2427
* Fix Python view server's reduce to handle empty map results list.
2528
* Don't require setuptools/distribute to install the core package. (Still

0 commit comments

Comments
 (0)