Add PyMemoryView_FromMemory() to whatsnew/3.3.
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 9d161fa..f1f79d6 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -906,6 +906,10 @@
 
 Changes to Python's build process and to the C API include:
 
+* New :pep:`3118` related function:
+
+  * :c:func:`PyMemoryView_FromMemory`
+
 * The :pep:`393` added new Unicode types, macros and functions:
 
   * High-level API: