# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [2.4.7] - 03-06-2025
### Added
### Changed
### Fixed
- fix a crash when evaluating a module with no abstract code

## [2.4.6] - 22-07-2024
### Added
### Changed
### Fixed
- Fix bbmustache dep lock

## [2.4.5] - 22-07-2024
### Added
### Changed
### Fixed
- [Update bbmustache to version 1.12.2](https://github.com/lrascao/rebar3_appup_plugin/pull/72)

## [2.4.4] - 30-01-2019
### Added
### Changed
### Fixed
- [(fix) Support 'relname' - handle relname arg](https://github.com/lrascao/rebar3_appup_utils/pull/59)

## [2.4.3] - 30-01-2019
### Added
### Changed
### Fixed
- [(fix) Add -n parameter to accept release name](https://github.com/lrascao/rebar3_appup_utils/pull/58)
- [filter map spec list](https://github.com/lrascao/rebar3_appup_utils/pull/56)

## [2.4.2] - 16-12-2018
### Added
### Changed
### Fixed
- [(fix) Support relx release configs that contain opts](https://github.com/lrascao/rebar3_appup_utils/pull/53)
- [Fix/#49/appup not generated](https://github.com/lrascao/rebar3_appup_utils/pull/52)
- [read original_vsn from the app file](https://github.com/lrascao/rebar3_appup_utils/pull/36)
- [Add auxilliary vsn method for appup state scripting](https://github.com/lrascao/rebar3_appup_utils/pull/50)
- [add dialyzer test](https://github.com/lrascao/rebar3_appup_utils/pull/48)
- [Deprecate OTP R16B](https://github.com/lrascao/rebar3_appup_utils/pull/46)

## [2.4.1] - 05-03-2018
### Added
### Changed
### Fixed
    - Don't crash appup generation on unsupported behaviours

## [2.4.0] - 02-03-2018
### Added
    - [Merge .appup.pre.src & .appup.post.src files into the generated appup](https://github.com/lrascao/rebar3_appup_utils/pull/31)
    - [Add documentation for dependency custom appup files](https://github.com/lrascao/rebar3_appup_utils/pull/33)
    - [Add support of custom branches on relapp tests](https://github.com/lrascao/rebar3_appup_utils/pull/32)
### Changed
### Fixed
    - [Replace deprecated string:tokens/2](https://github.com/lrascao/rebar3_appup_utils/pull/42)
    - [Replace deprecated string:tokens/2 and string:strip/3](https://github.com/lrascao/rebar3_appup_utils/pull/40)
    - [Drop unknown behaviours when generating appup](https://github.com/lrascao/rebar3_appup_utils/pull/34)
    - [Fetch dep app info from all_deps instead of parsed deps](https://github.com/lrascao/rebar3_appup_utils/pull/26)

## [2.3.0] - 05-12-2017
### Added
    * [Add support for appup.src dependency overrides](https://github.com/lrascao/rebar3_appup_utils/pull/19)
### Changed
    * [Bump bbmustache to 1.5.0](https://github.com/lrascao/rebar3_appup_utils/pull/18)
### Fixed
    * [Fix/capital name modules](https://github.com/lrascao/rebar3_appup_utils/pull/21)
    * [Properly check appup existence before generating](https://github.com/lrascao/rebar3_appup_utils/pull/25)

## [2.2.1] - 16-08-2017
### Added
    * Add debug on clean operation
    * Add Travis support for OTP20
    * Disable export_all warning while running tests
### Changed
### Fixed
    * Support multiple behaviour module upgrades

## [2.2.0] - 18-02-2017
### Added
    * Add rebar3 state variable available to appup.src scripts
    * Support automatic stop/start of supervised workers
    * Support add/remove of application dependencies
### Changed
### Fixed
