diff --git a/css-view-transitions-2/Overview.bs b/css-view-transitions-2/Overview.bs
index dac40cb9f7a..c40e2537679 100644
--- a/css-view-transitions-2/Overview.bs
+++ b/css-view-transitions-2/Overview.bs
@@ -1470,3 +1470,24 @@ this still presents two potential threats:
See Issue #8684 and
WICG/view-transitions#200 for
detailed discussion.
+
+
Appendix A. Changes
+
+This appendix is informative.
+
+
+
+* First pass at layered capture (#10585)
+* Allow transitions when traversing into a document that was created using cross-origin redirects (#11063#11063)
+* Clarify a few nesting details (#10780 and #10633)
+* Allow `auto` as a keyword (#8320)
+* Clarify timeout behavior for inbound view transition (#10800)
+* When hiding the document, and inbound cross-document view transition should be skipped. (#9822)
+* Rename UpdateCallback to something more specific.
+* Clarify that CSSViewTransitionRule returns an empty string for invalid/missing navigation descriptor (#10654)
+* Initial spec for nested view transitions (#10334)
+* `view-transition-class` is a tree-scoped name (#10529)
+* Fix typo: if => of
+* Stop extending CSSRule with obsolete pattern (See #10606)