# HG changeset patch # User Laurent Peuch # Date 1552387259 -3600 # Node ID a7ffcaae7f4ce2b54703623ff25f5d5eddc46d57 # Parent 540904e0ff0fadafec02ed7d5e49e3fcc5a17c89 [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. diff -r 540904e0ff0f -r a7ffcaae7f4c doc/changes/3.25.rst --- 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