diff --git a/doc/04-schema.md b/doc/04-schema.md
index f7de1a3df..22361d40d 100644
--- a/doc/04-schema.md
+++ b/doc/04-schema.md
@@ -493,6 +493,13 @@ a given package can be done in `require` or `require-dev` (see
Available options (in order of stability) are `dev`, `alpha`, `beta`, `RC`,
and `stable`.
+### prefer-stable (root-only)
+
+When this is enabled, Composer will prefer more stable packages over unstable
+ones when finding compatible stable packages is possible. If you require a
+dev version or only alphas are available for a package, those will still be
+selected granted that the minimum-stability allows for it.
+
### repositories (root-only)
Custom package repositories to use.