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

Commit

Permalink
2.7.0 readiness
Browse files Browse the repository at this point in the history
- Merged 2.6.1 (unreleased) and 2.7.0 entries in CHANGELOG
- Updated branch aliases:
  - dev-master => 2.7-dev
  - dev-develop => 2.8-dev
  • Loading branch information
weierophinney committed Feb 22, 2016
1 parent 55ef831 commit 6e039f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
17 changes: 0 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,6 @@ All notable changes to this project will be documented in this file, in reverse
- zend-hydrator v2.1
- zend-servicemanager v3
- zend-stdlib v3

## 2.6.1 - TBD

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#14](https://github.com/zendframework/zend-form/pull/14) ensures that
collections can remove all elements when populating values.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,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 6e039f1

Please sign in to comment.