Slight reformatting of changelog text.

- Legacy-Id: 15042
This commit is contained in:
Henrik Levkowetz 2018-04-10 16:41:24 +00:00
parent b9e7711243
commit 53ba5868a1

View file

@ -30,10 +30,10 @@ ietfdb (6.78.0) ietf; urgency=medium
* Silenced another deprecation warning from a library.
* Reduced the max number of results returned by document searches from
500 to 200, for a better user experience. A faster return and a search
term tweak to pinpoint the desired search result is better than a long wait
and then maybe having to tweak the search terms anyway.
* Reduced the max number of results returned by document searches from 500
to 200, for a better user experience. A faster return and a search term
tweak to pinpoint the desired search result is better than a long wait and
then maybe having to tweak the search terms anyway.
* Use .assertIn(...) in tests instead of .assertTrue(x in y) as the
failure messages are much more informative