diff --git a/docs/source/2017-news.rst b/docs/source/2017-news.rst index 1f72b301..f098a931 100644 --- a/docs/source/2017-news.rst +++ b/docs/source/2017-news.rst @@ -6,6 +6,12 @@ Changelog - 2017 Please see :doc:`news` for the latest changes +19.7.1 / Not yet released +========================= + +- fix: continue if SO_REUSEPORT seems to be available but fails (:issue:`1480`) +- fix: support non-decimal values for the umask command line option (:issue:`1325`) + 19.7.0 / 2017/03/01 =================== diff --git a/docs/source/news.rst b/docs/source/news.rst index 0e1d0373..5c94c46d 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -2,6 +2,12 @@ Changelog ========= +19.7.1 / Not yet released +========================= + +- fix: continue if SO_REUSEPORT seems to be available but fails (:issue:`1480`) +- fix: support non-decimal values for the umask command line option (:issue:`1325`) + 19.7.0 / 2017/03/01 ===================