diff options
author | Dave Cottlehuber <dch@apache.org> | 2012-03-08 10:42:32 +0100 |
---|---|---|
committer | Dave Cottlehuber <dch@apache.org> | 2012-03-08 10:42:32 +0100 |
commit | 86bf97504071c360fddaf9a91d822534fc8626ed (patch) | |
tree | 2fb8253f5326be28b51c8a1d133d05026c32ca2d /NEWS | |
parent | d6ab08dff15ac664e8e65cde27908a696359f83d (diff) | |
download | couchdb-86bf97504071c360fddaf9a91d822534fc8626ed.tar.gz |
[docs] compression is enabled by default and bumps on-disk version
- updated NEWS and CHANGES
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ Version 1.2.0 * cURL is no longer required to build CouchDB as it is only required by the command line JS test runner. * Added a native JSON parser. - * Optional file compression (database and view index files). + * Optional file compression (database and view index files). This feature + is enabled by default. * Several performance improvements, especially regarding database writes and view indexing. * Added a `data_size` property to database and view group |