diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1f279d96d..c3321c11a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -51,6 +51,7 @@ Changelog * Fix: Explorer view now prevents navigating outside of the common ancestor of the user's permissions (Andy Chosak) * Fix: Generate URL for the current site when multiple sites share the same root page (Codie Roelf) * Fix: Restored ability to use non-model fields with FieldPanel (Matt Westcott, LB (Ben Johnston)) + * Fix: Stop revision comparison view from crashing when non-model FieldPanels are in use (LB (Ben Johnston)) 2.0.2 (xx.xx.xxxx) - IN DEVELOPMENT diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index b4764a537..40151bf8e 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -74,6 +74,7 @@ Bug fixes * Explorer view now prevents navigating outside of the common ancestor of the user's permissions (Andy Chosak) * Generate URL for the current site when multiple sites share the same root page (Codie Roelf) * Restored ability to use non-model fields with FieldPanel (Matt Westcott, LB (Ben Johnston)) + * Stop revision comparison view from crashing when non-model FieldPanels are in use (LB (Ben Johnston)) Upgrade considerations