summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7646df4eb..38950333c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 1 16:44:11 2009 Akinori MUSHA <knu@iDaemons.org>
+
+ * lib/set.rb (SortedSet#add): Do not let an uncomparable object
+ in. [Bug #118]
+
Fri May 1 13:18:01 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval_intern.h (_longjmp): never return. see [ruby-core:23241]