]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
Rework cached? for get_cached replies to prevent warnings about redefined methods
[user/henk/code/ruby/rbot.git] / ChangeLog
index 9c9e71201f8baa11696b6c157084c6f08d0a3c95..203bd3c7771d199467b77e6c24c455569b436ef2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-10-25  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * HttpUtil: Strings returned by get_cached now have a cached? method
+       which returns true or false depending on whether the result was taken
+       from the cache or not; this can be exploited by plugins that parse the
+       result in some particular way, since they can now skip the parsing
+       stage if they cache the parse result.
+
 2006-10-24  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
 
        * HttpUtil: initial implementation of proper caching based on