Commit 4c775d7cd6e914c6a2f66465497106cff360aeb5

Moxie Bot 2020-02-21T22:12:34

Update for pending 3.4 release.

diff --git a/README.md b/README.md
index f7f7090..c917e88 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 was released on November 23, 2019.  Check the libffi web
+libffi-3.4 was released on TBD.  Check the libffi web
 page for updates: <URL:http://sourceware.org/libffi/>.
 
 
@@ -196,6 +196,11 @@ History
 
 See the git log for details at http://github.com/libffi/libffi.
 
+    3.4 TBD
+        Add support for Intel Control-flow Enforcement Technology (CET).
+	Fix 32-bit PPC regression.
+	Fix MIPS soft-float problem.
+
     3.3 Nov-23-19
         Add RISC-V support.
         New API in support of GO closures.