diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 049b1d42f..2fb84f25d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2004-05-18 Marius Vollmer + + * hashtab.c (rehash_after_gc): Bug fix: properly link the + processed hashtables back into the weak_hashtables list. Thanks + to Bill Schottstaedt! + 2004-05-16 Dirk Herrmann * eval.c (unmemoize_quote): New static function.