From 6e84d716e77c9ec42bc2ad64e3a31ae90ed8054d Mon Sep 17 00:00:00 2001 From: Aydin Hassan Date: Sun, 5 Mar 2017 20:26:41 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd71a5b..198da159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ### Removed +## [2.1.0] +### Changed + - Updated `nikic/php-parser` to `^3.0` (#154) + - Dropped `php-school/psx` in favour of `kadet/keylighter` (#154) + - Updated `aydin-hassan/cli-md-renderer` to `^2.2` which also uses `kadet/keylighter` instead of `php-school/psx` (#154) + ## [2.0.0] ### Added - Added new exercise runner (Custom Runner) which allows for an exercise to not require a php solution. For example an exercise can now request the student install a piece of software and then the exercise will verify that it was installed. (#141)