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
This commit is contained in:
Badlop 2021-07-23 11:21:21 +02:00
parent aefc374317
commit 5b0a28bbc9
1 changed files with 0 additions and 1 deletions

View File

@ -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