From 8b64aaedd5b247957e89b1e06df8250922cfd439 Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 25 Nov 2019 22:57:00 +0100 Subject: [PATCH] changelog for the 20.0.3 --- docs/source/news.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/news.rst b/docs/source/news.rst index 7e72a4e5..7b9af4c6 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -7,6 +7,15 @@ Unreleased - remove support for the `bdist_rpm` build +20.0.3 / 2019/11/24 +=================== + +- fixed load of a config file without a Python extension +- fixed `socketfromfd.fromfd` when defaults are not set + +.. note:: we now warn when we load a config file without Python Extension +>>>>>>> 5257d92... changelog for the 20.0.3 + 20.0.2 / 2019/11/23 ===================