1
0
mirror of https://github.com/flarum/core.git synced 2025-08-16 13:24:11 +02:00

Cleanup, update changelog

This commit is contained in:
Toby Zerner
2015-09-18 13:01:31 +09:30
parent f4a4ed8b49
commit 1fc369c59e
2 changed files with 4 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- External authentication (social login) API.
- API to set asset compiler filename.
- Migration generator, available via generate:migration console command.
- Tags: Ability to set the tags page as the home page.
### Changed
- Migrations must be namespaced under `Flarum\Migrations\{Core|ExtensionName}`. ([#422](https://github.com/flarum/core/issues/422))