Add .
authorAnthony Green <green@moxielogic.com>
Wed, 28 Sep 2022 14:16:45 +0000 (10:16 -0400)
committerAnthony Green <green@moxielogic.com>
Wed, 28 Sep 2022 14:18:41 +0000 (10:18 -0400)
README.md

index 80b4a190c84a84ee284e81484f61dacf31119af3..a57e6e444b0825d1dc010b63d0ec92295f7507fa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -198,10 +198,10 @@ History
 See the git log for details at http://github.com/libffi/libffi.
 
     3.4.4 TBD
-        Fix aarch64 linux builds with Link Time Optimization (-flto)
-        Fix x86 stdcall stack alignment
-        Fix x86 Windows msvc assembler compatibility
-        Fix moxie and or1k small structure args
+        Fix aarch64 linux builds with Link Time Optimization (-flto).
+        Fix x86 stdcall stack alignment.
+        Fix x86 Windows msvc assembler compatibility.
+        Fix moxie and or1k small structure args.
 
     3.4.3 Sep-19-22
         All struct args are passed by value, regardless of size, as per ABIs.