From d35d97ee6aec61f710b63b84d1157afdb1f5bb7d Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 17 Sep 2015 09:11:48 +0930 Subject: [PATCH] Update changelog --- framework/core/CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/framework/core/CHANGELOG.md b/framework/core/CHANGELOG.md index cd46cf93d..faa1b4cc9 100644 --- a/framework/core/CHANGELOG.md +++ b/framework/core/CHANGELOG.md @@ -3,7 +3,17 @@ All notable changes to Flarum and its bundled extensions will be documented in t This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] -*nothing yet* +### Added +- External authentication (social login) API. +- API to set asset compiler filename. + +### Changed +- Migrations must be namespaced under `Flarum\Migrations\{Core|ExtensionName}`. ([#422](https://github.com/flarum/core/issues/422)) +- More compact post layout, with all controls grouped over to the right. + +### Fixed +- Output forum description in meta description tag. ([#506](https://github.com/flarum/core/issues/506)) +- Fix several design bugs. ## [0.1.0-beta.2] - 2015-09-15 ### Added