summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-07-23 11:21:21 +0200
committerBadlop <badlop@process-one.net>2021-08-05 13:52:52 +0200
commit5b0a28bbc9dc842ec2cc4270f4593e69c3ab0bbe (patch)
tree959300a91728b4e32da7679f31c02c63ca1869a6 /CHANGELOG.md
parentFix typo when creating index (thanks to Millesimus) (diff)
Fix CHANGELOG: rebar2's elixir workaround was problematic and was reverted
Problems: - That workaround required running "make" twice - CEAN (used to build installers) doesn't support that make && make - Support for Elixir in rebar3 doesn't yet exist - Preferable path for Elixir usage: install Elixir and use --with-rebar=mix
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f55ce712..13385b86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,6 @@
Compilation
- Add rebar3 3.15.2 binary
- Add support for mix to: `./configure --enable-rebar=mix`
-- Add workaround so rebar2 can use Elixir 1.12.0
- Improved `make rel` to work with rebar3 and mix
- Add `make dev` to build a development release with rebar3 or mix
- Hex: Add `sql/` and `vars.config` to Hex package files