Add a note about g_simple_async_result_set_op_res_pointer change

This commit is contained in:
Matthias Clasen 2009-06-24 23:07:15 -04:00
parent b0dc7afd2a
commit 019e8c808f

View File

@ -24,6 +24,13 @@ Installation
See the file 'INSTALL'
Notes about GLib 2.22
=====================
* Repeated calls to g_simple_async_result_set_op_res_gpointer used
to leak the data. This has been fixed to always call the provided
destroy notify.
Notes about GLib 2.20
=====================