CHANGELOG.md in boxes-2.3.0 vs CHANGELOG.md in boxes-2.4.0
- old
+ new
@@ -1,6 +1,32 @@
# CHANGELOG
+## 2.4.0 (10/11/2016)
+
+* Add Ruby 2.3.1.
+* Adds scripts for configuring MySQL and Postgres.
+* Fix test issues where `fakefs` was broken.
+* Unpin the project dependencies as it can be more lenient.
+* Ubuntu Wily (15.10) was also affected by the network naming issue ([31][]).
+* Stop removing persistent networking rules, as this breaks on systemd systems.
+ ([31][]).
+* Reduce the default set of packages which are installed ([32][]).
+
+[31]: https://github.com/nickcharlton/boxes/pull/31
+[32]: https://github.com/nickcharlton/boxes/pull/32
+
+## 2.3.0 (10/06/2016)
+
+* Add support for Ubuntu Xenial (16.04) ([28][]).
+* Remove Ubuntu Vivid (15.04) ([29][]).
+* Add `libffi-dev` for Ansible.
+* Fixes an issue with Xenial where the network is lost after building.
+* Update the Ubuntu Trusty (14.04) ISO image.
+* Update the Debian Jessie ISO.
+
+[29]: https://github.com/nickcharlton/boxes/pull/29
+[28]: https://github.com/nickcharlton/boxes/pull/28
+
## 2.2.0 (10/05/2016)
* Update the Trusty ISO image to a working kernel.
* Update the Jessie ISO image.
* Allow fetching the Chef deb insecurely (this breaks on Debian).