CHANGELOG.asciidoc 1.2 KB

1234567891011121314151617181920212223242526272829
  1. 2018/12/03: Relx has been updated to v3.27.0.
  2. 2018/12/03: Dependencies are no longer always rebuilt by
  3. default. Please check the documentation for
  4. information. A quick fix if this causes an
  5. issue is to add `FULL = 1` at the top of your
  6. Makefile.
  7. 2018/12/06: Change the default COVER_DATA_DIR to be the
  8. same as COVER_REPORT_DIR.
  9. 2019/06/20: `list-deps` now includes local applications
  10. found in the `APPS_DIR` directory.
  11. 2020/03/25: The `-lerl_interface` argument has been removed
  12. from the default `LDLIBS`. This is an old library
  13. that is getting removed in OTP-23 and should no
  14. longer be used. Note that the default still includes
  15. `-lei` which is part of the Erlang/OTP Erl_Interface
  16. *application* but is built as a separate C library.
  17. The removal only applies to `-lerl_interface` itself.
  18. 2020/06/18: Concuerror integration has been added. It is
  19. currently minimal but usable. Experimentation
  20. and feedback is welcome.
  21. 2020/11/30: Support for publishing Hex releases and docs
  22. has been added. It is currently experimental.
  23. Feedback is more than welcome.