Files
docker-docs/release-notes.md
Gaetan c56964c890 fix type of keywords entry in frontmatter (in /swarm/ dir and search.md and release-notes.md) (#515)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-10 11:59:37 -08:00

20 lines
873 B
Markdown

---
description: Release notes for Docker
keywords: docker, documentation, about, technology, understanding, release
title: Docker Release Notes
---
For information about releases and the features they contain, see the [releases
feed on the Docker
Blog](http://blog.docker.com/category/engineering/docker-releases/). For our
open source projects, you can find detailed information about what changes were
made in each release in the project changelogs.
* <a href="https://github.com/docker/docker/blob/master/CHANGELOG.md"
target="_blank">Docker Engine</a>
* <a href="https://github.com/docker/machine/blob/master/CHANGELOG.md"
target="_blank">Docker Machine</a>
* <a href="https://github.com/docker/compose/blob/master/CHANGELOG.md"
target="_blank">Docker Compose</a>
* <a href="https://github.com/docker/swarm/blob/master/CHANGELOG.md"
target="_blank">Docker Swarm</a>