Moved to a single changelog file

This commit is contained in:
Walter Dal Mut 2015-05-26 10:35:00 +02:00
parent 9ccde2227a
commit e05f29d86c
3 changed files with 22 additions and 9 deletions

View file

@ -1,5 +0,0 @@
# BC Breaks
# Deprecations
* Method `mount` will be replaced by method `addMount` in the future

View file

@ -1,4 +0,0 @@
# BC Breaks
* Build will returns the dpkg command instead print it to the user
* Removed internal autoloader -> use composer as a default

22
CHANGELOG.md Normal file
View file

@ -0,0 +1,22 @@
# 0.0.13
## BC Breaks
* The packager will throws a RuntimeException if the output folder already
exists and it is not empty.
# 0.0.10
## BC Breaks
## Deprecations
* Method `mount` will be replaced by method `addMount` in the future
# 0.0.4
## BC Breaks
* Build will returns the dpkg command instead print it to the user
* Removed internal autoloader -> use composer as a default