I forgot to update NEWS.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 17 Aug 2008 09:52:28 +0000 (09:52 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 17 Aug 2008 09:52:28 +0000 (09:52 +0000)
Misc/NEWS

index ae95abf2a049702611928e9ebd9f65a53864413e..0cbebc51ef2c20723f85503a9f7e475c1472a12f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #2222: Fixed reference leak when occured os.rename()
+  fails unicode conversion on 2nd parameter. (windows only)
+
 - Issue #3476: binary buffered reading through the new "io" library is now
   thread-safe.