From 7b428e962fb83a13715e057c65c88873d3165df0 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Sun, 1 Mar 2015 16:29:05 -0500 Subject: [PATCH] Prepare for 0.7.1 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eabb2dd18d..db3cbd3764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [Unreleased][unreleased] + +## [0.7.1] - 2015-03-01 ### Added - All references can now be obtained from the `ReferenceMap` via `listReferences()` (#73) - Test against PHP 7.0 (nightly) but allow failures @@ -157,7 +159,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ### Added - Initial commit (compatible with jgm/stmd:spec.txt @ 0275f34) -[unreleased]: https://github.com/thephpleague/commonmark/compare/0.7.0...HEAD +[unreleased]: https://github.com/thephpleague/commonmark/compare/0.7.1...HEAD +[0.7.1]: https://github.com/thephpleague/commonmark/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/thephpleague/commonmark/compare/0.6.1...0.7.0 [0.6.1]: https://github.com/thephpleague/commonmark/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/thephpleague/commonmark/compare/0.5.1...0.6.0