diff --git a/CHANGELOG.md b/CHANGELOG.md index 2264063..d426eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ - When editing nodes, we now lazy-load collapsed nodes to improve performance. - Editing nodes is now performed through slide-out menu, instead of HUD. This gives users much more room to edit content. - Editing nodes now properly supports multi-tabs for custom fields and UI elements. -- All node attributes are now native fields. They can be included or excluded as needed, with the bonus of supporting conditions (show certain attributes based on user permissions). This can help simplify and streamine editing nodes for users. +- All node attributes are now native fields. They can be included or excluded as needed, with the bonus of supporting conditions (show certain attributes based on user permissions). This can help simplify and streamline editing nodes for users. - When editing nodes, URL Suffix, Classes and Custom Attributes are now in an "Advanced" tab. - Changed `Node::isManual()` to `Node::isCustom()`. - Custom URL nodes are now a Node Type - `verbb\navigation\nodetypes\CustomType`.