Added note about changes to framing algorithm.
--- a/spec/latest/json-ld-api/index.html Wed Nov 09 00:28:20 2011 -0500
+++ b/spec/latest/json-ld-api/index.html Wed Nov 09 12:56:20 2011 -0500
@@ -1292,7 +1292,8 @@
<section>
<h3>Framing Algorithm Terms</h3>
-<p class="issue">This algorithm is a work in progress, do not implement it.</p>
+<p class="issue">This algorithm is a work in progress, do not implement it. There was also a recent update to the algorithm in order to auto-embed frame-unspecified data (if the explicit inclusion flag is not set) in order to
+preserve graph information. This change is particularly important for comparing subgraphs (or verifying digital signatures on subgraphs). This change is not yet reflected in the algorithm below.</p>
<dl>
<dt><tdef>input frame</tdef></dt>
@@ -2881,4 +2882,4 @@
</section>
</body>
-</html>
\ No newline at end of file
+</html>