]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: Add deprecated section heading
authorFlorian Weimer <fweimer@redhat.com>
Tue, 9 Jul 2019 08:34:07 +0000 (10:34 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 9 Jul 2019 08:34:07 +0000 (10:34 +0200)
NEWS

diff --git a/NEWS b/NEWS
index ae9f3795e5812daff1f6c653a8e11a67d27c10a1..21520414d71b70129cdce1c45e9f681b20ff7d78 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ Major new features:
 
 * The entry for the new Japanese era has been added for ja_JP locale.
 
+Deprecated and removed features, and other changes affecting compatibility:
+
 * The copy_file_range function fails with ENOSYS if the kernel does not
   support the system call of the same name.  Previously, user space
   emulation was performed, but its behavior did not match the kernel