From c63260476ba762b96392e3b36d799bff24056b32 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 20 Aug 2018 12:42:55 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18149f96..bcbdc534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 3.0.1 - TBD +## 3.0.1 - 2018-08-20 ### Added @@ -10,7 +10,9 @@ All notable changes to this project will be documented in this file, in reverse ### Changed -- Nothing. +- [#37](https://github.com/zendframework/zend-permissions-rbac/pull/37) changes + the return type hints of `RoleInterface::getChildren()` and `RoleInterface::getParents()` + from `array` to `iterable`. This is not a BC break thanks to [Iterable Type Variance](http://php.net/manual/en/language.types.iterable.php#language.types.iterable.variance) ### Deprecated