From ce80fdf426ef0e2cdbfa858a51e18167b8bdbea3 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 5 Jul 2019 07:58:28 +0100 Subject: [PATCH] Add Python whitespace pydoc improvements to changes file --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 23c800f94..da631bc1d 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.1 (in progress) =========================== +2019-07-05: wsfulton + [Python] #1547 Whitespace fixes in Doxygen translated comments into pydoc comments + for Sphinx compatibility. + 2019-06-28: wsfulton [MzScheme, OCaml] #1559 $arg and $input were incorrectly substituted in the argout typemap when two or more arguments were present.