From aad54b92415e3aacbc2a54cdb5a40ad7526eb276 Mon Sep 17 00:00:00 2001 From: Jim Menard Date: Wed, 7 Jan 2009 16:27:49 -0500 Subject: [PATCH] docs --- README.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rdoc b/README.rdoc index 649a545..3a594a5 100644 --- a/README.rdoc +++ b/README.rdoc @@ -44,6 +44,8 @@ See the git log comments. * Add :publish Rake task, once we get a RubyForge project. +* Add explain and hint support. + * Only update message sizes once, not after every write of a value. This will require an explicit call to update_message_length in each message subclass.