diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index dcf59df0d4..040a75f3e1 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -64,7 +64,10 @@ This release introduces a couple noteable improvements, such as terminal support - Fix ansi inverse (:ghpull:`2967`). - Add send2trash to requirements for building docs (:ghpull:`2964`). - I18n readme.md improvement (:ghpull:`2962`). -- Add \'reason\' field to json error responses (:ghpull:`2958`). +- Add \'reason\' field to json error responses (:ghpull:`2958`). +- Add some padding for stream outputs (:ghpull:`3194`). +- Always use setuptools in ``setup.py`` (:ghpull:`3206`). +- Fix clearing cookies on logout when ``base_url`` is configured (:ghpull:`3207`). Thanks to the following contributors: @@ -81,6 +84,7 @@ Thanks to the following contributors: - Karthik Balakrishnan (`karthikb351 `__) - Kevin Bates (`kevin-bates `__) - Kirit Thadaka (`kirit93 `__) +- Lilian Besson (`Naereen `__) - Maarten Breddels (`maartenbreddels `__) - Madhu94 (`Madhu94 `__) - Matthias Geier (`mgeier `__)