diff --git a/CHANGES b/CHANGES
index fa3f4000a6863a737ebe2839c9bb1790845f3bf1..234c841ac27c1c7535d5046d80eb57e1f3299830 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
 
                                   Changelog
 
+Daniel Stenberg (26 Mar 2010)
+- Ben Greear brought code that makes the rate limiting code for the easy
+  interface a bit smoother as it introduces sub-second sleeps during it and it
+  also takes the buffer sizes into account.
+
 Daniel Stenberg (24 Mar 2010)
 - Bob Richmond: There's an annoying situation where libcurl will read new HTTP
   response data from a socket, then check if it's a timeout if one is set. If
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b2134027de4eb71f4ffb4cdca437975a8b36953f..84ea6e717f3a8d5ddc69ebb038c4eaf7e6cfe5e4 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -10,6 +10,7 @@ Curl and libcurl 7.20.1
 This release includes the following changes:
 
  o The 'ares' subtree has been removed from the source repository
+ o smoother rate limiting
 
 This release includes the following bugfixes: