fix glVertexAttribPointerARB's normalized behaviour
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 5f1a9d3..547a48f 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1494,3 +1494,4 @@
 	- fixed convolution memory leak (bug 7077)
 	- rectangular depth textures didn't work
 	- invalid mode to glBegin didn't generate an error (bug 7142)
+	- 'normalized' parameter to glVertexAttribPointerARB didn't work