diff --git a/CHANGES.current b/CHANGES.current
index c252e67e6..635b3b82b 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -1,5 +1,17 @@
Version 1.3.20 (In progress)
============================
+08/07/2003: cheetah (William Fulton)
+ New commandline option -outdir
to specify where the language specific
+ files are to be generated. This is useful for target languages like Python,
+ Java etc which generate proxy files in the appropriate language.
+ This option does not apply to the C/C++ wrapper file.
+
+08/07/2003: cheetah (William Fulton)
+ On Windows the generated files (other than the _wrap.c or _wrap.cxx files)
+ were sometimes incorrectly being generated into the current directory unless
+ the input file used the Unix path separator. The Windows path separator
+ should now be used. Bug reported by Robert Davies.
+
08/07/2003: beazley
Added array variable set typemap to Perl module.