diff -r 2a9764674a74 -r b07d61090706 doc/3.14.rst --- a/doc/3.14.rst Fri Oct 28 10:34:12 2011 +0200 +++ b/doc/3.14.rst Fri Oct 28 11:31:11 2011 +0200 @@ -76,6 +76,10 @@ rset, *kwargs)` will be routed to the new `RsetTableView` or to the old `TableView` depending on given extra arguments. See #1986413. +* `IEditControlAdapter` has been deprecated in favor of `EditController` + overloading, which was made easier by adding dedicated selectors called + `match_edited_type` and `match_form_id` + Unintrusive API changes -----------------------