diff --git a/release-notes.html b/release-notes.html
index cc63de3..a320092 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -9,6 +9,29 @@
Copyright 2010, Jeff Schiller
+
+
+ 2011-05-09
+
+ - Fix Bug 702423 to function well in the presence of multiple identical gradients and --disable-style-to-xml.
+ - Fix Bug 722544 to properly optimize transformation matrices. Also optimize more things away in transformation specifications. (Thanks to Johan Sundström for the patch.)
+ - Fix Bug 616150 to run faster using the --create-groups option.
+ - Fix Bug 708515 to handle raster embedding better in the presence of file:// URLs.
+ - Fix Bug 714717 to avoid deleting renderable CurveTo commands in paths, which happen to end where they started.
+ - Per Bug 714727 and Bug 714720, Scour now deletes text attributes, including "text-align", from elements and groups of elements that only contain shapes. (Thanks to Jan Thor for the patches.)
+ - Per Bug 714731, remove the default value of more SVG attributes. (Thanks to Jan Thor for the patch.)
+ - Fix Bug 717826 to emit the correct line terminator (CR LF) in optimized SVG content on the version of Scour used in Inkscape on Windows.
+ - Fix Bug 734933 to avoid deleting renderable LineTo commands in paths, which happen to end where they started, if their stroke-linecap property has the value "round".
+ - Fix Bug 717254 to delete <defs> elements that become empty after unreferenced element removal. (Thanks to Jan Thor for the patch.)
+ - Fix Bug 627372 to future-proof the parameter passing between Scour and Inkscape. (Thanks to Bernd Feige for the patch.)
+ - Fix Bug 638764, which crashed Scour due to Python Issue 2531 regarding floating-point handling in ArcTo path commands. (Thanks to Walther for investigating this bug.)
+ - Per Bug 654759, enable librsvg workarounds by default in Scour.
+ - Added ID change and removal protection options per bug 492277: --protect-ids-noninkscape, --protect-ids-prefix, --protect-ids-list. (Thanks to Jan Thor for this patch.)
+
+
+