Commit b6804d16453890b78844b1b3c1acf16af98cadb8

Anthony Green 2019-11-17T09:19:14

Mention binary128 long double support for Power

diff --git a/README.md b/README.md
index 3d89f7b..177649d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Status
 [![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libffi/libffi)
 [![Build status](https://ci.appveyor.com/api/projects/status/8lko9vagbx4w2kxq?svg=true)](https://ci.appveyor.com/project/atgreen/libffi)
 
-libffi-3.3-rc2 was released on November 2, 2019.  Check the libffi web
+libffi-3.3-rc3 was released on November 9, 2019.  Check the libffi web
 page for updates: <URL:http://sourceware.org/libffi/>.
 
 
@@ -200,11 +200,13 @@ See the git log for details at http://github.com/libffi/libffi.
     3.3 TBD
         Add RISC-V support.
         New API in support of GO closures.
+	Add IEEE754 binary128 long double support for 64-bit Power
         Default to Microsoft's 64 bit long double ABI with Visual C++.
         GNU compiler uses 80 bits (128 in memory) FFI_GNUW64 ABI.
+        Add Windows on ARM64 (WOA) support.
+        Add Windows 32-bit ARM support.
+	Raw java (gcj) API deprecated.
         Many new tests cases and bug fixes.
-        Add windows on arm64 (WOA) support.
-        Add Windows 32-bit arm support.
         
     3.2.1 Nov-12-14
         Build fix for non-iOS AArch64 targets.