summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.htm9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index bf9fb7a68f..4f47ad9f83 100644
--- a/index.htm
+++ b/index.htm
@@ -338,6 +338,15 @@
dijkstra_shortest_paths</tt></a> now calls
<tt>vis.initialize_vertex</tt> for each vertex
during initialization.</li>
+
+ <li><tt>read_graphviz</tt> now provides
+ support for graph properties. WARNING: This
+ may result in exceptions if the
+ supplied property maps do not account
+ for graph properties. See the example
+ use <a href=
+ "libs/graph/doc/read_graphviz.html">
+ here</a>.</li>
<li>See the <a href=
"libs/graph/doc/history.html#1.34.0">complete