diff options
author | Loïc Hoguin <[email protected]> | 2024-11-19 12:50:37 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-11-19 15:34:48 +0100 |
commit | 7bf0e7b5f6bd82b5af76d375fb0bf1ffc7ac2b72 (patch) | |
tree | cc3310c562c4aea0a9e5bdd2e86e3b54218326bb /CHANGELOG.asciidoc | |
parent | 49534003e387676d0140d9fc24adbd3f9742acaf (diff) | |
download | erlang.mk-7bf0e7b5f6bd82b5af76d375fb0bf1ffc7ac2b72.tar.gz erlang.mk-7bf0e7b5f6bd82b5af76d375fb0bf1ffc7ac2b72.tar.bz2 erlang.mk-7bf0e7b5f6bd82b5af76d375fb0bf1ffc7ac2b72.zip |
Remove deprecated dep_fetch, dep_name, dep_repo, dep_commit
Use the query_* equivalents instead.
Diffstat (limited to 'CHANGELOG.asciidoc')
-rw-r--r-- | CHANGELOG.asciidoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 1a69744..519d05d 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -33,3 +33,7 @@ that have corresponding Erlang.mk functionality, as well as Cowboy, Ranch, Gun and Cowlib remain in the index. + +2024/11/19: The deprecated defines `dep_fetch`, `dep_name`, + `dep_repo` and `dep_commit` have been removed + in favor of their `query_*` equivalents. |