ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit c0c921071d281bf21382983e8757cf6215ca259e
parent 6553936e693e24a8ac6178f4962af15e0ea87dfd
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Wed,  2 Mar 2016 23:27:18 +0300

Update CHANGELOG.md

Diffstat:
MCHANGELOG.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file. ### [Unreleased][unreleased] -- Move page / screen components into the `src/routes` folder along with the routing information for them [PLANNED, BREAKING CHANGE]. +- Move page / screen components into the `src/routes` folder along with the routing information for them [BREAKING CHANGE]. [6553936](https://github.com/kriasoft/react-starter-kit/commit/6553936e693e24a8ac6178f4962af15e0ea87dfd) ### [v0.5.1] - 2016-03-02 -- Remove `Html` React component in favor of compiled Jade templates `src/views` [BREAKING CHANGE]. [e188388](https://github.com/kriasoft/react-starter-kit/commit/e188388f87069cdc7d501b385d6b0e46c98fed60) +- Remove `Html` React component in favor of compiled Jade templates (`src/views`) [BREAKING CHANGE]. [e188388](https://github.com/kriasoft/react-starter-kit/commit/e188388f87069cdc7d501b385d6b0e46c98fed60) - Add global error handling in Node.js/Express app. [e188388](https://github.com/kriasoft/react-starter-kit/commit/e188388f87069cdc7d501b385d6b0e46c98fed60) - Add support for Markdown and HTML for static pages. [#469](https://github.com/kriasoft/react-starter-kit/pull/469), [#477](https://github.com/kriasoft/react-starter-kit/pull/477)