Update changelog.

This commit is contained in:
Darko Poljak 2016-06-22 12:50:35 +02:00
commit e66bedb43f
8 changed files with 172 additions and 15 deletions

View file

@ -3,6 +3,8 @@ Changelog
next:
* Core: Fix conflicting requirements (Darko Poljak)
* Custom: Add bash and zsh completions (Darko Poljak)
* Core: Improve error reporting for local and remote run command (Darko Poljak)
* New type: __jail_freebsd9: Handle jail management on FreeBSD <= 9.X (Jake Guffey)
* New type: __jail_freebsd10: Handle jail management on FreeBSD >= 10.0 (Jake Guffey)
* Type __jail: Dynamically select the correct jail subtype based on target host OS (Jake Guffey)