diff --git a/docs/relnotes-6.5.2.html b/docs/relnotes-6.5.2.html
index 295f5442c3d..1ba936413a8 100644
--- a/docs/relnotes-6.5.2.html
+++ b/docs/relnotes-6.5.2.html
@@ -64,6 +64,8 @@ copy texturing).
RGBA logicops didn't work reliably in some DRI drivers
Fixed broken RGBA LogicOps in Intel DRI drivers
Fixed some fragment program bugs in Intel i915 DRI driver
+Fixed glGetVertexAttribfvARB bug 8883
+Implemented glGetUniform[fi]vARB() functions
@@ -72,7 +74,8 @@ copy texturing).
- The device driver functions ResizeBuffers and GetBufferSize have been
decprecated.
-
- OpenGL 2.0 and 2.1 support is nearly done.
+
- OpenGL 2.0 and 2.1 support is nearly done. We need to do quite a bit
+more testing of the shading language functions.