Changes file correction
diff --git a/CHANGES b/CHANGES
index 4a38b1f..fe86967 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,9 +8,6 @@
 Version 4.0.1 (21 Aug 2019)
 ===========================
 
-2019-09-09: vadz
-            [Ruby] Add std::auto_ptr<> typemaps.
-
 2019-08-20: TekuConcept
             [Javascript] #1535 Add %native support to Javascript.
 
diff --git a/CHANGES.current b/CHANGES.current
index e2a6904..75043b3 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,9 @@
 Version 4.0.2 (in progress)
 ===========================
 
+2020-01-31: vadz
+            [Ruby] Add std::auto_ptr<> typemaps.
+
 2020-01-31: ZackerySpytz
             [Python] #1700 More robust error checking for failures in calls to Python C API:
             PyBytes_AsStringAndSize() and PyString_AsStringAndSize().