diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2011-01-08 12:21:59 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2011-01-08 12:21:59 +0000 |
commit | 38b836a044900545834f6a6a5126d09b244379cf (patch) | |
tree | 8db1b5d1a64cfb946c60af33c4d62fcc8d128dc8 | |
parent | d1e4c9fbea1864a1de06de6f37545482f819e7a1 (diff) |
Updated NEWS for 1.1.0
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1056698 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ All NEWS for 1.0.2 also apply to 1.1.0. * Added CommonJS support to map functions. * Added `stale=update_after` query option that triggers a view update after returning a `stale=ok` response. + * More explicit error messages when it's not possible to access a file due + to lack of permissions. Version 1.0.1 ------------- |