Mention marker interface changes.
--- a/master/changes.html Sat Sep 15 02:15:32 2012 +1000
+++ b/master/changes.html Sat Sep 15 02:24:16 2012 +1000
@@ -55,6 +55,8 @@
<li>Added <a>SVGGraphicsElement</a> and <a>SVGDefinitionElement</a> interfaces.</li>
+ <li>Added an <a>SVGGeometryElement</a> interface with isPointInFill and isPointInStroke methods.</li>
+
<li>Removed the SVGExternalResourcesRequired interface.</li>
</ul>
@@ -103,6 +105,10 @@
to the Filter Effects specification.</li>
<li>Added the <a>'buffered-rendering'</a> property.</li>
+
+ <li>Added <a>SVGMarkerList</a> and <a>SVGMarkerInstance</a> interfaces to represent the
+ markers painted on a given <a>markable element</a>, and an <a>SVGMarkableElement</a>
+ interface to expose that list on <a>markable elements</a>.</li>
</ul>
<h3 id="color">Color chapter</h3>