From 435618a07d0868c2ff29f41968eaf956ba0075f6 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 18 Nov 2015 15:53:35 +1300 Subject: [PATCH] Add changelog for 2.0.2 --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1ab1055 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +This project adheres to [Semantic Versioning](http://semver.org/). + +## [2.0.2] + +* Changelog added. +* Removed deprecated example configuration +* Handle when extension has been removed from object +* BUG Fix each gridfield having triple gridstate components +* Prevented duplicate IDs on action buttons +* Update translations diff --git a/README.md b/README.md index af347c0..51f53e4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-comments.png?branch=master)](http://travis-ci.org/silverstripe/silverstripe-comments) +[Changelog](CHANGELOG.md) + ## Maintainers * Will Rossiter (Nickname: willr, wrossiter)