diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
index 62d952cce4..6bd879aa8b 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -6,8 +6,10 @@
Changes done for each driverversion:
head (SVN 0.69, Rudolf)
-- The overlay engine code now respects the B_OVERLAY_COLOR_KEY flag instead of forcing keying ON;
-
- Added support for acceleration engine 2D command SCREEN_TO_SCREEN_SCALED_FILTERED_BLIT (as defined by Be) for all cards. Note: still untested, and breaks overlay support currently (because of FIFO assignment switching being in use).Will fix that asap (I hope).
+
- The overlay engine code now respects the B_OVERLAY_COLOR_KEY flag instead of forcing keying ON;
+
- Hook GET_ACCELERANT_DEVICE_INFO now returns much more detailed info about the card in use;
+
- Hooks INIT_ACCELERANT and CLONE_ACCELERANT now enforce their correct use; returning error B_NOT_ALLOWED in case of errors;
+
- Added support for acceleration engine 2D command SCREEN_TO_SCREEN_SCALED_FILTERED_BLIT (as defined by Be) for all cards. Note: still untested for 15 and 8 bit spaces, and breaks overlay support currently (because of FIFO assignment switching being in use).Will fix that asap (I hope).
nv_driver 0.67 (Rudolf)