Merge pull request #30 from calavera/changelog_0_2_0

Add changelog for version 0.2.0.
This commit is contained in:
David Calavera 2016-01-11 11:55:10 -08:00
Родитель 9a05c21449 0334f80161
Коммит 259fce04b5
1 изменённых файлов: 17 добавлений и 0 удалений

Просмотреть файл

@ -2,8 +2,25 @@
Items starting with DEPRECATE are important deprecation notices. For more information on the list of deprecated APIs please have a look at https://docs.docker.com/misc/deprecated/ where target removal dates can also be found.
## 0.2.0 (2016-01-11)
### Client
- Allow to force network disconnection. (docker 1.10)
### Types
- Add global and local alias configuration to network endpoint.
- Add network ID to network endpoint.
- Add IPAM options.
- Add Seccomp options.
- Fix issue referencing OOMKillDisable.
## 0.1.3 (2016-01-07)
### Client
- Fix issue sending all network configurations for a per network request.