svn commit: r318053 - stable/11/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Tue May 9 17:21:44 UTC 2017


Author: gjb
Date: Tue May  9 17:21:42 2017
New Revision: 318053
URL: https://svnweb.freebsd.org/changeset/base/318053

Log:
  Document r315282, clang nullability attribute added.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue May  9 17:21:41 2017	(r318052)
+++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue May  9 17:21:42 2017	(r318053)
@@ -257,7 +257,9 @@
     <sect2 xml:id="userland-abi">
       <title>ABI Compatibility</title>
 
-      <para> </para>
+      <para revision="315282">The <application>clang</application>
+	<literal>nullability</literal> attribute has been added to the
+	<literal>C</literal> library headers.</para>
     </sect2>
   </sect1>
 


More information about the svn-src-stable mailing list