This file describes changes in the PackageManager package.

0.4 (2019-05-10)
  - Introduce UpdatePackage
  - Change behaviour of InstallPackage to allow interactive updates
  - Check availability and recompile if needed after an attempted install/update

0.3 (2019-03-26)
  - Introduce InstallRequiredPackages to install the packages required by GAP
  - Allow a branch name to be declared in InstallPackageFromGit/Hg
  - Support .tar.bz2 archives
  - Add an abstract

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
