diff --git a/CHANGES.html b/CHANGES.html
index 3437c32695..72a8f60cac 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -4,6 +4,15 @@
Factor change log
+Factor 0.78:
+
+
+- Consecutive stack operations are now composed into single shuffle expressions.
+- The return stack pointer is now stored in a register on x86.
+- Non-recursive inline words are compiled more efficiently.
+- Fix PowerPC bootstrap issue, and
fixnum-shift
, fixnum/i
overflow.
+
+
Factor 0.77: