Merge pull request #1967 from charleswhchan/issue-1958

Fix #1958. Remove release notes for old version of Docker Compose.
This commit is contained in:
mnowster 2015-09-04 11:44:33 +01:00
commit d4372bc98f
1 changed files with 2 additions and 11 deletions

View File

@ -206,17 +206,8 @@ At this point, you have seen the basics of how Compose works.
## Release Notes
### Version 1.2.0 (April 7, 2015)
For complete information on this release, see the [1.2.0 Milestone project page](https://github.com/docker/compose/wiki/1.2.0-Milestone-Project-Page).
In addition to bug fixes and refinements, this release adds the following:
* The `extends` keyword, which adds the ability to extend services by sharing common configurations. For details, see
[PR #1088](https://github.com/docker/compose/pull/1088).
* Better integration with Swarm. Swarm will now schedule inter-dependent
containers on the same host. For details, see
[PR #972](https://github.com/docker/compose/pull/972).
To see a detailed list of changes for past and current releases of Docker
Compose, please refer to the [CHANGELOG](https://github.com/docker/compose/blob/master/CHANGELOG.md).
## Getting help