[doc] update 3.17 release note
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 28 Mar 2013 11:40:19 +0100
changeset 8819 d95a79c2687c
parent 8817 6ce87a0f0a0c
child 8822 064231ce93d5
[doc] update 3.17 release note
doc/3.17.rst
--- a/doc/3.17.rst	Wed Mar 27 16:41:45 2013 +0100
+++ b/doc/3.17.rst	Thu Mar 28 11:40:19 2013 +0100
@@ -1,6 +1,16 @@
 What's new in CubicWeb 3.17?
 ============================
 
+New functionalities
+--------------------
+
+* add a command to compare db schema and file system schema
+  (see `#464991 <http://www.cubicweb.org/464991>`_)
+
+* Add CubicWebRequestBase.content with the content of the HTTP request (see #2742453)
+  (see `#2742453 <http://www.cubicweb.org/2742453>`_)
+
+
 API changes
 -----------
 
@@ -10,6 +20,9 @@
 * The web page embedding views and adapters have been removed from CubicWeb and
   moved to the `embed` cube.
 
+* drop typed_eid() in favour of int() (see `#2742462 <http://www.cubicweb.org/2742462>`_)
+
+
 
 Deprecated Code Drops
 ----------------------