diff --git a/quakespasm/README.html b/quakespasm/README.html
index 9fb2b7b5..dd400938 100644
--- a/quakespasm/README.html
+++ b/quakespasm/README.html
@@ -131,6 +131,7 @@ Compile time options include
Fix the "unalias" console command
Restore the "screen size" menu item
Fixed an erroneous protocol check in the server code
+ Raised the default zone memory size to 384 kb
Revised lit file loading, the lit file must be from the same game directory as the map itself
Fixed rest of the compiler warnings
Other minor sound and cdaudio updates
diff --git a/quakespasm/README.sgml b/quakespasm/README.sgml
index 477bbe4e..5e7c76c0 100644
--- a/quakespasm/README.sgml
+++ b/quakespasm/README.sgml
@@ -79,6 +79,7 @@ Compile time options include
- Fix the "unalias" console command
- Restore the "screen size" menu item
- Fixed an erroneous protocol check in the server code
+
- Raised the default zone memory size to 384 kb
- Revised lit file loading, the lit file must be from the same game directory as the map itself
- Fixed rest of the compiler warnings
- Other minor sound and cdaudio updates
diff --git a/quakespasm/README.txt b/quakespasm/README.txt
index 0c2ec98b..b9f65c01 100644
--- a/quakespasm/README.txt
+++ b/quakespasm/README.txt
@@ -136,6 +136,8 @@
o Fixed an erroneous protocol check in the server code
+ o Raised the default zone memory size to 384 kb
+
o Revised lit file loading, the lit file must be from the same game
directory as the map itself