aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-03-17 15:17:30 +0100
committerLoïc Hoguin <[email protected]>2025-03-17 15:26:01 +0100
commit69fa1814e438bf122d584b90ac51c3af391ea475 (patch)
tree385f75d5055abc093abfe9db0709b8dc91b53a20 /CHANGELOG.asciidoc
parent39160fbf248ae6576e87847d9c33659190a476e6 (diff)
downloaderlang.mk-native-elixir.tar.gz
erlang.mk-native-elixir.tar.bz2
erlang.mk-native-elixir.zip
Document native Elixir supportnative-elixir
Diffstat (limited to 'CHANGELOG.asciidoc')
-rw-r--r--CHANGELOG.asciidoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index fd127de..c12cbe6 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -64,3 +64,11 @@
future update. Erlang.mk will always assume
that a Rebar project uses Rebar3 from that
point forward.
+
+2025/03/18: Native support for Elixir was added. Erlang.mk
+ will now properly handle most Elixir dependencies,
+ as well as compile Elixir code in Erlang.mk projects,
+ from both src/ and lib/ directories. This allows
+ mixing Erlang and Elixir in the same project.
+ Please refer to the user guide for more information.
+ Native Elixir support is considered experimental.