diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
index 4ca2c2844a..62d952cce4 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -4,6 +4,11 @@
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).
+
nv_driver 0.67 (Rudolf)
- Added capability to driver to run without an INT assigned. Driver will now automatically disable the 'Sync_to_Retrace' function if no INT was assigned instead of not loading/running at all;