From 61658bf6d1d1b693a07593f4723c065763965020 Mon Sep 17 00:00:00 2001 From: cheremukhin23 Date: Thu, 23 Mar 2017 13:54:23 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93088f64ad..44cfa975a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ Contributors: please follow the recommendations outlined at [keepachangelog.com] ## [Unreleased] *Please add entries here for your pull requests.* + +## Fixed +- Locked Webpack version in generators to 2.2.1 +- Added style-loaders to webpack config + ## [6.8.0] - 2017-03-06 ## Added - Converted to Webpack v2 for generators, tests, and all example code. [#742](https://github.com/shakacode/react_on_rails/pull/742) by [justin808](https://github.com/justin808).