CHANGELOG.md in configurable_engine-2.0.0 vs CHANGELOG.md in configurable_engine-2.0.1
- old
+ new
@@ -1,5 +1,9 @@
### v2.0.0 - August 20, 2020
+**bug fixes**
+Can render layout of parent application
+
+### v2.0.0 - August 20, 2020
**features**
Configurable_Engine is mountable. This allows folks to use it with a catch-all route
**breaking changes**
Existing users must add `mount ConfigurableEngine::Engine, at: "/admin/configurable"` to their routes.rb. Routing helpers may not work as they used to.