From 2b6337789b449ca8be9d10b3ab0c66e6ac1f44a3 Mon Sep 17 00:00:00 2001 From: Pascal Widdershoven Date: Fri, 29 Sep 2017 07:51:18 +0200 Subject: [PATCH] Update CHANGELOG for 3.0 release --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf33ed..6cb7773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased 3.0.0] - TBD +## 3.0.0 ### Changed -- The default Javascript stack is now Preact and Redux +- The default Javascript stack is now ES2015+, Preact and Redux ### Removed - Support for Backbone, Marionette, jQuery - Support for `APP_ENV`, in favor of `NODE_ENV` - `Makefile` for build and deploy, in favor of `package.json` tasks +- Rspec/capybara for integration tests, in favor of Nightwatch.js ## [2.0.2] - 2017-02-21 ### Fixed