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

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Apr 7, 2016
1 parent 43f28be commit f435809
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
26 changes: 4 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 2.7.0 - TBD
## 2.7.0 - 2016-04-07

### Added

Expand All @@ -19,28 +19,10 @@ All notable changes to this project will be documented in this file, in reverse
### Fixed

- [#16](https://github.com/zendframework/zend-math/pull/16) updates
`Zend\Math\Rand` to use PHP 7's `random_bytes()` and `random_int()` when
detected, and fallback to `ircmaxell/RandomLib` otherwise, instead of using
either mcrypt or openssl. This provides more cryptographically secure
pseudo-random generation.
`Zend\Math\Rand` to use PHP 7's `random_bytes()` and `random_int()` or mcrypt
when detected, and fallback to `ircmaxell/RandomLib` otherwise, instead of using
openssl. This provides more cryptographically secure pseudo-random generation.

## 2.6.1 - TBD

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 2.6.0 - 2016-02-02

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "2.6-dev",
"dev-develop": "2.7-dev"
"dev-master": "2.7-dev",
"dev-develop": "2.8-dev"
}
},
"autoload-dev": {
Expand Down

0 comments on commit f435809

Please sign in to comment.