diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 48ed57e63..7a9ce97ac 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-08-15 Mikael Hallendal + + * glib/tmpl/keyfile.sgml: Clearify that only comments can precede + groups in Key-files. (#466768) + 2007-08-03 Matthias Clasen * === Released 2.14.0 === diff --git a/docs/reference/glib/tmpl/keyfile.sgml b/docs/reference/glib/tmpl/keyfile.sgml index 166e699d9..0789f2fc1 100644 --- a/docs/reference/glib/tmpl/keyfile.sgml +++ b/docs/reference/glib/tmpl/keyfile.sgml @@ -80,7 +80,7 @@ files commonly met on Windows, but there are some important differences: key files use the '#' character. -Key files allow only comments before the first group. +Key files do not allow for ungrouped keys meaning only comments can precede the first group. Key files are always encoded in UTF-8.