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

Commit

Permalink
Merge branch 'hotfix/70-memory-leak'
Browse files Browse the repository at this point in the history
Close #70
Fixes #69
  • Loading branch information
weierophinney committed Dec 10, 2018
2 parents ba4059c + c13f9a5 commit 9f7d7db
Show file tree
Hide file tree
Showing 5 changed files with 650 additions and 572 deletions.
4 changes: 3 additions & 1 deletion 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.

## 3.2.1 - TBD
## 3.2.1 - 2018-12-10

### Added

Expand All @@ -22,6 +22,8 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- [#70](https://github.com/zendframework/zend-test/pull/70) fixes a memory leak in controller test cases.

- [#66](https://github.com/zendframework/zend-test/pull/66) Fixes globals not
cleared for controller tests

Expand Down
Loading

0 comments on commit 9f7d7db

Please sign in to comment.