aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-05-20 14:41:11 +0200
committerLoïc Hoguin <[email protected]>2022-05-30 15:28:36 +0200
commitf257d5557d8858edf6ed965bfd8cadc54f74dca7 (patch)
tree6ed4c7b289588a70ef96bc1970df680043c2db9e /CHANGELOG.asciidoc
parentd114c854427c8967b3cad82e1b0ef79309682a90 (diff)
downloaderlang.mk-f257d5557d8858edf6ed965bfd8cadc54f74dca7.tar.gz
erlang.mk-f257d5557d8858edf6ed965bfd8cadc54f74dca7.tar.bz2
erlang.mk-f257d5557d8858edf6ed965bfd8cadc54f74dca7.zip
Revamp and document Xref support
Diffstat (limited to 'CHANGELOG.asciidoc')
-rw-r--r--CHANGELOG.asciidoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 03232ba..936aa25 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -25,3 +25,13 @@
{dev_mode, false}.
{include_erts, true}.
```
+
+2022/05/31: Xref support has been rewritten. Erlang.mk no
+ longer uses the xref_runner, instead implementing
+ its own interface. This new interface is more
+ flexible and more powerful: it supports both
+ checks and informational analyses as well as
+ the Xref query functions that use the powerful
+ Xref language to perform custom queries. Erlang.mk
+ can also run analyses and queries against all
+ dependencies as well as Erlang/OTP applications.