From 20c1065c5c222c97c0957106d34ce72e68270703 Mon Sep 17 00:00:00 2001 From: Eli Perelman Date: Thu, 6 Apr 2017 13:45:20 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a4932..d008337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ +2017-04-05 +========== + + * Fixing incorrect documentation for linting ([#169](https://github.com/mozilla-neutrino/neutrino-dev/issues/169)) + +2017-04-04 +========== + + * Add react router starter and blog post ([#164](https://github.com/mozilla-neutrino/neutrino-dev/issues/164)) + 2017-04-02 ========== + * Release v5.3.0 * Update build executable to respect config stats. ([#163](https://github.com/mozilla-neutrino/neutrino-dev/issues/163)) * fix eslint-semi-off middleware example ([#161](https://github.com/mozilla-neutrino/neutrino-dev/issues/161)) @@ -240,6 +251,3 @@ ========== * Simplify deep picking with pathOr - * Allow linting overrides to airbnb preset - * Dynamic import() for Node - * Adding dynamic import syntax, babel-polyfill by default, devserver port fix