Update What's New document.
diff --git a/Docs/Whats_New.md b/Docs/Whats_New.md
index dc1cac4..fcf62e7 100644
--- a/Docs/Whats_New.md
+++ b/Docs/Whats_New.md
@@ -12,11 +12,22 @@
 For best results, use a Markdown reader.*
 
 
-MoltenVK 1.0.24
+MoltenVK 1.0.25
 ---------------
 
 Released TBD
 
+- Update shader caching for compatibility with texture swizzling.
+- Support polygonMode VK_POLYGON_MODE_POINT.
+- vkCreateInstance returns VK_ERROR_INCOMPATIBLE_DRIVER if Metal not available.
+
+
+MoltenVK 1.0.24
+---------------
+
+Released 2018/10/16
+
+- Support arbitrary swizzles of image data.
 - Include struct size parameter in VK_MVK_moltenvk extension functions that pass structs that 
   might change size across extension versions.
 - Remove vkGetMoltenVKDeviceConfigurationMVK() & vkSetMoltenVKDeviceConfigurationMVK() functions.