summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-04-26 08:48:24 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-04-26 08:48:24 +0000
commit86627d9c7a8cd8e77b6824dc81d2ae301812111b (patch)
treebc33a75d1efd198cc5e51a5d1504a75429907369 /ChangeLog
parentd5fccfb0eb2ec99fc29845082c72a5dc0a66045a (diff)
downloadglib-86627d9c7a8cd8e77b6824dc81d2ae301812111b.tar.gz
ChangeLog update: This fixes Bug #8267. Thanks to Juan Toledo
ChangeLog update: This fixes Bug #8267. Thanks to Juan Toledo <toledo@users.sourceforge.net> for + pointing that out.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2255906e1..fd6f11059 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,9 @@
g_cache_remove from gpointer to gconstpointer. Dito for the 'key'
parameter of g_tree_lookup and g_tree_remove and the 'data'
parameter of g_tree_serach. This function now takes a function of
- type GCompareFunc instead of GSearchFunc.
+ type GCompareFunc instead of GSearchFunc. This fixes Bug
+ #8267. Thanks to Juan Toledo <toledo@users.sourceforge.net> for
+ pointing that out.
* glib.h: Removed declaration of GSearchFunc.