aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.asciidoc
AgeCommit message (Collapse)Author
2023-05-16Remove support for HiPE and ErlLLVMLoïc Hoguin
2023-05-15Add dep caching to the CHANGELOG as experimentalLoïc Hoguin
2023-05-15Fix gpb proto compilation with importsLoïc Hoguin
The option {i, ...} is added for every directory containing proto files. The option {use_packages, true} was added as well to allow using packages. This is not the default for historic reasons in gpb but it makes better sense to have it as default so we do it.
2023-05-12Update CHANGELOG regarding removed packagesLoïc Hoguin
2023-05-05Autopatch: Move to Rebar3Loïc Hoguin
2022-05-30Revamp and document Xref supportLoïc Hoguin
2022-05-20Set date for breaking Relx 4 changeLoïc Hoguin
2022-04-28fixup! Upgrade to Relx 4 which is now used as a libraryLoïc Hoguin
2020-11-30Add support for publishing Hex releases and docsLoïc Hoguin
2020-06-18Add initial Concuerror integrationLoïc Hoguin
https://concuerror.com/
2020-03-25Remove -lerl_interface from the default LDLIBSLoïc Hoguin
The -lerl_interface library is getting removed in OTP-23.
2019-06-21Include applications `$(APPS_DIR)` in the `list-deps` targetsJean-Sébastien Pédron
In the case of a multi-applications repository, if one application depends on another one (using `$(LOCAL_DEPS)`), it will now be listed in the `list-deps` targets. Add `ssl` to the `$(LOCAL_DEPS)` in the testcase to ensure that applications not in `$(APPS_DIR)` are not affected by this change. Add a changelog entry.
2018-12-06Default COVER_DATA_DIR now the same as COVER_REPORT_DIRLoïc Hoguin
We have a dedicated folder for cover stuff, let's use it.
2018-12-03Print a changelog when updating Erlang.mkLoïc Hoguin