use a_swap rather than old name a_xchg
[musl] / WHATSNEW
index 5600991..395b8d1 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -285,7 +285,7 @@ bug fixes:
 
 
 
-0.8.0 release notes (in progress)
+0.8.0 release notes
 
 new features:
 - chinese and japanese legacy charset support in iconv
@@ -325,3 +325,12 @@ general bug fixes:
 - dynamic linker weak symbol resolution issues
 - fdopendir failure to set errno
 - various minor header fixes
+
+
+
+0.8.1 release notes
+
+bug fixes:
+- mismatching prototypes caused build failure on 64-bit
+- other minor prototype errors in the headers have been fixed
+- various other small omissions fixed