Updated Slovak translation
[platform/upstream/glib.git] / README.in
index 73f1eec..71b789a 100644 (file)
--- a/README.in
+++ b/README.in
@@ -67,6 +67,14 @@ and attach the patch to that bug report.
 
 Patches should be in unified diff form. (The -up option to GNU diff.)
 
+Notes about GLib 2.36
+=====================
+
+* It is no longer necessary to call g_type_init().  If you are
+  loading GLib as a dynamic module, you should be careful to avoid
+  unloading it, then subsequently loading it again.  This never
+  really worked before, but it is now explicitly undefined behavior.
+
 Notes about GLib 2.34
 =====================