ff-stream-web

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

commit b1309b9b7e3dd45fa56c906c4b7b29e6f981e3cb
parent 462a44e3085e846fa9d2ade79ae3b1b4e9410c1e
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Wed,  2 Mar 2016 18:43:11 +0300

Update CHANGELOG.md

Ref kriasoft/react-starter-kit#481

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -4,13 +4,13 @@ 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]. ### [v0.5.1] - 2016-03-02 -- Remove `Html` React component in favor of compiled Jade templates `src/views` (e188388f87069cdc7d501b385d6b0e46c98fed60) -- Add global error handling in Node.js/Express app (e188388f87069cdc7d501b385d6b0e46c98fed60) -- Add support for Markdown and HTML for static pages (#469, #477) +- 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) ### [v0.5.0] - 2016-02-27