summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-10-12 00:24:46 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-10-12 00:25:38 -0400
commit7455dd370eb37ce3b0b409ff6120501f37b50569 (patch)
tree9cdfc0104363f3629154220853126ab0d161ac93 /README.in
parent9bb5a55bda83c58ddbd0381693d98c7a2f701d01 (diff)
Make single includes mandatory
This has been the official line since 2.17, which seems plenty long enough for a transition phase.
Diffstat (limited to 'README.in')
-rw-r--r--README.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.in b/README.in
index 9c9a9665c..beeefed25 100644
--- a/README.in
+++ b/README.in
@@ -36,6 +36,9 @@ Notes about GLib 2.32
object is being used will not work with generic pointers (ie: (void*)
and (gpointer) casts) which would have worked with the old version.
+* It is now mandatory to include glib.h instead of individual headers.
+
+
Notes about GLib 2.30
=====================