diff --git a/doc/upgrade-1.3.html b/doc/upgrade-1.3.html
index ee27a9ea..f2a78ee7 100644
--- a/doc/upgrade-1.3.html
+++ b/doc/upgrade-1.3.html
@@ -30,7 +30,7 @@
upload.directory and LuceneSetup.indexDir are merged into vitro.home.directory.
- Template changes
+ Template changes [see RY for further details]
-
${stylesheets}, ${scripts}, and ${headScripts} add() methods now take the full tag as an argument.
@@ -47,6 +47,15 @@
- propertyGroups.getPropertyAndRemoveFromList() has been deprecated. The replacement method is propertyGroups.pullProperty().
No change in functionality.
+
+ List view changes [see RY for further details]
+
+ - <query-base> and <query-collated> have been replaced with a single query <query-select>
+ that contains tags for fragments to be used only in the collated version of the query.
+
+ - This and other changes are documented in vitro/doc/list_view_configuration_guidelines.txt.
+
+