You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2010/07/02 11:32:17 UTC

[Couchdb Wiki] Update of "Breaking_changes" by JanLehnardt

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Breaking_changes" page has been changed by JanLehnardt.
The comment on this change is: add note about application/json.
http://wiki.apache.org/couchdb/Breaking_changes?action=diff&rev1=19&rev2=20

--------------------------------------------------

  <<TableOfContents(3)>>
  
  This page documents backwards-incompatible changes made during the evolution of CouchDB. While not all such changes will necessarily affect all users, most of them probably will. This page should show you what changed and how you'll need to adapt your code.
+ 
+ == Changes Between 0.11.0 and 1.0.0 ==
+ 
+ _bulk_docs now requires a valid `Content-Type` header of `application/json`.
+ 
+ == Changes Between 0.11.0 and 0.11.1 ==
+ 
+ _bulk_docs now requires a valid `Content-Type` header of `application/json`.
  
  == Changes Between 0.10.x and 0.11.0 ==