diff --git a/quakespasm/README.html b/quakespasm/README.html
index bb5128f0..721b3f5f 100644
--- a/quakespasm/README.html
+++ b/quakespasm/README.html
@@ -162,6 +162,9 @@ Compile time options include
Verified successful compilation using gcc-4.6
Added a cvar gl_zfix to stop GL texture flicker (z fighting)
mlook and lookspring fixes
+ Added support for loading external entity files, controlled by new cvar external_ents.
+ Made mp3 playback to allocate system memory instead of zone
+ Several code updates from uHexen2, several code cleanups.
5.2 Changes in 0.85.4
diff --git a/quakespasm/README.sgml b/quakespasm/README.sgml
index 2c01183c..51a25283 100644
--- a/quakespasm/README.sgml
+++ b/quakespasm/README.sgml
@@ -96,6 +96,9 @@ Alternatively, have a look at Makefile.darwin for more instructions on
- Verified successful compilation using gcc-4.6
- Added a cvar gl_zfix to stop GL texture flicker (z fighting)
- mlook and lookspring fixes
+
- Added support for loading external entity files, controlled by new cvar external_ents.
+
- Made mp3 playback to allocate system memory instead of zone
+
- Several code updates from uHexen2, several code cleanups.
diff --git a/quakespasm/README.txt b/quakespasm/README.txt
index 270ea90a..21d80aa1 100644
--- a/quakespasm/README.txt
+++ b/quakespasm/README.txt
@@ -164,6 +164,13 @@
o mlook and lookspring fixes
+ o Added support for loading external entity files, controlled by new
+ cvar external_ents.
+
+ o Made mp3 playback to allocate system memory instead of zone
+
+ o Several code updates from uHexen2, several code cleanups.
+
5.2. Changes in 0.85.4