From cdb32b403d4f391eefddbd0428510810d9cd1f60 Mon Sep 17 00:00:00 2001 From: Florian Brucker Date: Tue, 23 May 2017 15:28:53 +0200 Subject: [PATCH] Update change log with changes from PR #51 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aca33dae..b82614c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [Unreleased] -## 0.1.0 - 2017-03-23 +### Changed + +- Upgrade to font-awesome 4 on CKAN 2.7 and later (contributed by + [@mattfullerton](https://github.com/ckan/ckanext-pages/pull/51)) + +## 0.1.0 (2017-03-23) First release following the [Semantic Versioning](http://semver.org/) guidelines (*ckanext-pages* has been publicly available before without tagged releases). This release captures the current state and serves as a baseline for tracking future changes. + +[Unreleased]: https://github.com/ckan/ckanext-pages/compare/release-v0.1.0...master +