]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
NEWS: Reorder for consistency development
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 22 Apr 2026 17:24:55 +0000 (20:24 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 22 Apr 2026 17:24:55 +0000 (20:24 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 2db40450c4aadab76aa6cd96300a912cb31fdbda..813eb1a4f17d4ab3d1c56bb0b353cccfe27f0f00 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,12 +6,12 @@ NEWS - list of user-visible changes between releases of GNU Libtool
 
   - Pass 'resource-dir=*' flag for Clang.
 
-  - Support OpenMP with macOS clang by processing '-Xpreprocessor
-    -fopenmp' as one token.
-
   - Recognise explicit shared library arguments when linking dependency
     libraries to a shared library, like exists when linking a program.
 
+  - Support OpenMP with macOS clang by processing '-Xpreprocessor
+    -fopenmp' as one token.
+
 ** Bug fixes:
 
   - Store cygpath file path conversions correctly for MSYS2 and MSVC.