This commit is contained in:
Dane Everitt 2017-03-30 16:30:22 -04:00
parent da003efb03
commit 9106971565
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 6 additions and 12 deletions

View file

@ -6,9 +6,12 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
## v0.6.0-pre.8 (Courageous Carniadactylus)
### Fixed
* `[pre.7]` — Fixes bug with subuser checkbox display.
* `[pre.7]` — Fixes bug with injected JS that was causing `<!DOCTYPE html>` to be ignored in templates.
* `[pre.7]` — Fixes exception thrown when trying to delete a node due to a misnamed model.
### Changed
* Subuser permissions are now stored in `Permission::list()` to make views way cleaner and make adding to views significantly cleaner.
* `[pre.7]` — Sidebar for file manager now is a single link rather than a dropdown.
## v0.6.0-pre.7 (Courageous Carniadactylus)
### Fixed