diff --git a/doc/history.html b/doc/history.html
index 8ff669c6..8043746a 100644
--- a/doc/history.html
+++ b/doc/history.html
@@ -79,14 +79,17 @@ September 27, 2000.
Version 1.34.0
New algorithms and components
Enhancements
- biconnected_components now has a visitor parameter and supports named parameters, from Janusz Piwowarski.
- adjacency_matrix now models the Bidirectional Graph concept.
- adjacency_list is now Serializable, from Jeremy Siek of Rice University.
+ - Added edges_size_type and vertices_size_type to adjacency_list_traits, from Jeremy Siek of Rice University.
+ - Added operator< , etc. to the edge descriptor of adjacency_list,
+ from Jeremy Siek of Rice University.
Bug Fixes
diff --git a/doc/table_of_contents.html b/doc/table_of_contents.html
index 168c3ad5..20e0b391 100644
--- a/doc/table_of_contents.html
+++ b/doc/table_of_contents.html
@@ -209,7 +209,7 @@
astar_search
- lengauer_tarjan_dominator_tree
+ lengauer_tarjan_dominator_tree
@@ -236,7 +236,7 @@
generate_random_graph
randomize_property
erdos_renyi_iterator
- sorted_erdos_renyi_iterator
+ sorted_erdos_renyi_iterator
plod_iterator
small_world_iterator