diff --git a/ChangeLog b/ChangeLog index e0e2a42..301f30b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Version 1.5.11: + * Fixed an out of scope variable missed when moving functions around. + Version 1.5.10: * Salt no longer has the master branch in git, install from develop as default. * Installing from Git on Red Hat based distributions now also needs `yum-utils` installed. @@ -9,7 +12,6 @@ Version 1.5.10: * Minimal Ubuntu installation might not have upstart installed, fixed. * FreeBSD now uses the official FreeBSD repository. Thank You Paul Brian(lifeisstillgood)! - Version 1.5.9: * Allow to not start the daemons after bootstrapping salt. This will allow `vagrant-lxc` installations, `debootstrap*`, etc, to finish properly. Thanks Henrik Holmboe (holmboe).