diff --git a/docs/relnotes-7.4.html b/docs/relnotes-7.4.html
index c5607099778..0099b8bb8cc 100644
--- a/docs/relnotes-7.4.html
+++ b/docs/relnotes-7.4.html
@@ -32,6 +32,7 @@ tbd
New features
+- Added MESA_GLX_FORCE_DIRECT env var for Xlib/software driver
@@ -41,6 +42,7 @@ tbd
Fixed bad reference counting for 1D/2D texture arrays
Fixed VBO + glPush/PopClientAttrib() bug #19835
Assorted i965 driver bug fixes
+Fixed a Windows compilation failure in s_triangle.c
Changes