Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Updated the CHANGELOG for release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Feb 1, 2018
1 parent 0958856 commit 86891ed
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.6.0 - TBD
## 2.6.0 - 2018-02-01

### Added

- [#12](https://github.com/zendframework/zend-permissions-rbac/pull/12) adds
and publishes the documentation to https://zendframework.github.io/zend-permissions-rbac/

- [#23](https://github.com/zendframework/zend-permissions-rbac/pull/23) adds
support for multiple parent roles, fixing an issue with reverse traversal of
the inheritance tree. To accomplish this, the method `addParent($parent)` was
Expand Down Expand Up @@ -33,23 +36,5 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.

## 2.5.2 - TBD

### Added

- [#12](https://github.com/zendframework/zend-permissions-rbac/pull/12) adds
and publishes the documentation to https://zendframework.github.io/zend-permissions-rbac/

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.
- [#21](https://github.com/zendframework/zend-permissions-rbac/pull/21) fixes
dynamic assertion checking, adding the AND with permission.

0 comments on commit 86891ed

Please sign in to comment.