diff --git a/docs/changes.txt b/docs/changes.txt
index c203cedc2d..7554eb47e5 100644
--- a/docs/changes.txt
+++ b/docs/changes.txt
@@ -127,6 +127,7 @@ All (GUI):
 - using a -1 (wxID_ANY) for menu or toolbar item IDs will now generate new id
 - added option to generate C++ headers to wxrc utility (Eduardo Marques)
 - added wxDC::DrawPolyPolygon() for MSW/PS (Carl-Friedrich Braun)
+- wxBufferedDC now allows to preserve the background and is documented
 
 wxMSW: