[doc/changelog] the removal of next_tabindex produce an error not in the changelog
When one tried to migrate to 3.25, the error "class X initialization doesn't
have a settabindex argument" can happen but the word "settabindex" is not
present in the changelog which makes it hard to find to which modification this
error is related.
--- a/doc/changes/3.25.rst Mon Mar 11 14:34:14 2019 +0100
+++ b/doc/changes/3.25.rst Tue Mar 12 11:40:59 2019 +0100
@@ -77,6 +77,8 @@
(4516c3956d46).
* The `next_tabindex` method of request class has been removed (011730a4af73).
+ This include the removal of `settabindex` from the `FieldWidget` class init
+ method.
* The `cubicweb.hook.logstats.start` hook was dropped because it's looping
task would not be run in a web instance (see first point about repository