Added ChangeLog

This commit is contained in:
shin- 2013-07-05 19:07:07 +02:00
parent 2c186304a8
commit f3c91c8d58
1 changed files with 32 additions and 0 deletions

32
ChangeLog.md Normal file
View File

@ -0,0 +1,32 @@
ChangeLog
=========
0.0.6
-----
* Added support for custom loggers in `Client.build`
* Added `Client.attach` command
* Added support for `ADD` command in builder
* Fixed a bug in `Client.logs`
* Improved unit tests
0.0.5
-----
* Added tag support for the builder
* Use `shlex` to parse plain string commands when creating a container
* Fixed several bugs in the builder
* Fixed the `quiet` option in `Client.images`
* Unit tests
0.0.4
-----
* Improved error reporting
0.0.3
-----
* Fixed a bug in `Client.tag`
* Fixed a bug where generated images would be removed after a successful build
0.0.2
-----
* Implemented first version of the builder client