From acc5679bc844541ced2e50f7fc5953d79652c132 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 2 Oct 2013 07:56:30 +0200 Subject: [PATCH] adapt changelog --- CHANGELOG | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b657ab022..da9f0f10e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,14 @@ -Changes between 2.4.0 and X +Changes between 2.4.0 and 2.4.1 ----------------------------------- -- fix issue360: When using parser.addoption() unicode arguments to the +- When using parser.addoption() unicode arguments to the "type" keyword should also be converted to the respective types. - thanks Floris Bruynooghe. + thanks Floris Bruynooghe, @dnozay. (fixes issue360 and issue362) -- fix issue361: fix filename completion when using argcomplete - thanks Anthon van der Neuth. - +- fix dotted filename completion when using argcomplete + thanks Anthon van der Neuth. (fixes issue361) + +- merge doc typo fixes, thanks Andy Dirnberger Changes between 2.3.5 and 2.4 -----------------------------------