diff options
author | Joffrey F <joffrey@docker.com> | 2014-11-03 23:53:53 +0100 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2014-11-03 23:53:53 +0100 |
commit | 8bc20e6c44a43ecfbfc5aebff56c91e353e36179 (patch) | |
tree | 1db38ebf6f8ef9a11764b2ebe41a3e76fb3938f8 | |
parent | 1a3f3c1304243bc6a5a23afecb066eb8ca6c6537 (diff) | |
download | docker-py-0.6.0-release.tar.gz |
Fixed ChangeLog section titles0.6.0-release
-rw-r--r-- | docs/change_log.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/change_log.md b/docs/change_log.md index 231e98c..e3d5a22 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -5,13 +5,13 @@ Change Log ----- * **This version introduces breaking changes!** -## Breaking changes +### Breaking changes * The default SSL protocol is now the highest TLS v1.x (was SSL v2.3 before) (Poodle fix) * The `history` command now returns a dict instead of a raw JSON string. -## Features +### Features * Added the `execute` command. * Added `pause` and `unpause` commands. |