Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Nov 30, 2020
1 parent 05d3cf1 commit 6d56d00
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to Phive are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [0.14.5] - 2020-11-30

Please note: Version 0.14.x requires PHP 7.2 or later.

### Fixed
* [#273](https://github.com/phar-io/phive/issues/273): Exception when `tput` not found
* [#284](https://github.com/phar-io/phive/issues/284): Make phive compatible with Xdebug 3.0
* [#287](https://github.com/phar-io/phive/issues/287): "installed" attribute in .phive/phars.xml is not updated after tool downgrade
* [#291](https://github.com/phar-io/phive/issues/291): Ensure Migrations are aware of configuration options like `--home`

### Added
* [#286](https://github.com/phar-io/phive/issues/286): Allow to set phive home directory via environment variable `PHIVE_HOME`


## [0.14.4] - 2020-06-12

Please note: Version 0.14.x requires PHP 7.2 or later.
Expand Down Expand Up @@ -431,7 +445,8 @@ any changed PHARs

## [Unreleased]

[Unreleased]: https://github.com/phar-io/phive/compare/0.14.3...HEAD
[Unreleased]: https://github.com/phar-io/phive/compare/0.14.5...HEAD
[0.14.5]: https://github.com/phar-io/phive/compare/0.14.4...0.14.5
[0.14.4]: https://github.com/phar-io/phive/compare/0.14.3...0.14.4
[0.14.3]: https://github.com/phar-io/phive/compare/0.14.2...0.14.3
[0.14.2]: https://github.com/phar-io/phive/compare/0.14.1...0.14.2
Expand Down

0 comments on commit 6d56d00

Please sign in to comment.