doc/3.14.rst
changeset 7992 4ff9f25cb06e
parent 7878 dcdccb495e78
child 8034 b07d61090706
--- a/doc/3.14.rst	Fri Oct 21 14:32:37 2011 +0200
+++ b/doc/3.14.rst	Fri Oct 21 14:32:37 2011 +0200
@@ -67,6 +67,15 @@
 
 * jQuery has been updated to 1.6.4. No backward compat issue known (yet...)
 
+* Table views refactoring : new RsetTableView and EntityTableView, as well as
+  rewritten an enhanced version of PyValTableView on the same bases.  Those
+  deprecates former `TableView`, `EntityAttributesTableView` and `CellView`,
+  which are however kept for backward compat, with some warnings that may not be
+  very clear unfortunatly (you may see your own table view subclass name here,
+  which doesn't make the problem that clear). Notice that `_cw.view('table',
+  rset, *kwargs)` will be routed to the new `RsetTableView` or to the old
+  `TableView` depending on given extra arguments. See #1986413.
+
 
 Unintrusive API changes
 -----------------------