added changelog

This commit is contained in:
Yonas Kolb
2017-08-02 21:26:42 +02:00
parent 52fd803386
commit 9034abfe6f
+15
View File
@@ -0,0 +1,15 @@
# Change Log
## 0.2.0
### Added
- Added Target build scripts with `Target.prebuildScripts` and `Target.postbuildScripts`
- Support for absolute paths in target sources, run script files, and config files
- Add validation for incorrect `Target.configFiles`
### Fixed
- fixed some project objects sometimes having duplicate ids
## 0.1.0
First official release