diff --git a/CHANGES b/CHANGES
index d1a3f6f83859fc728d801f52ac90053f7f34f0e9..b3fb8dc249d64b2baf799a3daf39f92d2ca865d9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,13 @@
 Changes in version 2.14.2
 
+ * Always drop --split-objs GHC flag for performance reasons (#292)
+
  * Print kind signatures GADTs (#85)
 
  * Drop single leading whitespace when reasonable from @-style blocks (#201)
 
+ * Fix crashes associated with exporting data family record selectors (#294)
+
 Changes in version 2.14.1
 
  * Render * and -> with their UnicodeSyntax equivalents if -U is enabled