Release note for #4470

This commit is contained in:
Matt Westcott 2018-04-17 12:23:24 +01:00
parent 443503d145
commit 574e7ff3fa
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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