This file describes changes in the PackageManager package.

0.2.3 (2019-02-22)
  - Adjust tests to allow for more loaded packages

0.2.2 (2019-02-15)
  - Minor fixes

0.2.1 (2018-10-04)
  - Update documentation
  - Handle dependencies better for cloned repositories
  - Remove packages after failed installation

0.2.0 (2018-10-03)
  - Automatically install required dependencies when installing a package
  - Check whether a newer version of a given package is already installed
  - Refuse to overwrite an existing package
  - Log output of failed shell commands such as tar or compilation script
  - Print more info to the screen (InfoPackageManager is now 3 by default)
  - Various bug fixes and minor improvements

0.1.0 (2018-09-21)
  - Initial release with InstallPackage, InstallPackageFrom*, and RemovePackage
