From 1abce074004dacac1a32cd54de94ad47ef960d38 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 4 Dec 2018 09:33:29 -0600 Subject: [PATCH] Prepare for 2.7.1 release Creates a CHANGELOG section for the 2.7.1 release, adds an entry for #37, and sets the release date. --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a2beac..188f5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 2.7.1 - 2018-12-04 + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- [#37](https://github.com/zendframework/zend-math/pull/37) adds the static method `isSupported` to the `Zend\Math\Source\HashTiming` + class, to ensure it fulfills the `RandomLib\Source` interface from version 2.7 + and up. + ## 2.7.0 - 2016-04-07 ### Added