--- a/doc/3.20.rst Fri Dec 19 12:39:42 2014 +0100
+++ b/doc/3.20.rst Tue Jan 06 19:00:53 2015 +0100
@@ -18,6 +18,24 @@
* cubicweb-ctl plugins can use the ``cubicweb.utils.admincnx`` function
to get a Connection object from an instance name.
+* new 'tornado' wsgi backend
+
+* session cookies have the HttpOnly flag, so they're no longer exposed to
+ javascript
+
+* rich text fields can be formatted as markdown
+
+* the edit controller detects concurrent editions, and raises a ValidationError
+ if an entity was modified between form generation and submission
+
+* cubicweb can use a postgresql "schema" (namespace) for its tables
+
+* "cubicweb-ctl configure" can be used to set values of the admin user
+ credentials in the sources configuration file
+
+* in debug mode, setting the _cwtracehtml parameter on a request allows tracing
+ where each bit of output is produced
+
.. _CWEP-002: http://hg.logilab.org/review/cwep/file/tip/CWEP-002.rst
@@ -36,6 +54,9 @@
cubicweb.css, along with its cubicweb.reset.css companion, have been
removed.
+* the jquery-treeview plugin was updated to its latest version
+
+
Deprecated Code Drops
----------------------