1. Enhancements
Elixir
- [Elixir] Allow code evaluation across Elixir versions
2. Bug fixes
EEx
- [EEx] Do not emit duplicate warnings from tokenizer
Mix
- [mix format] Correctly match file to subdirectory in
Mix.Tasks.Format.formatter_for_file/2
Mix.Tasks.Format.formatter_for_file/2
Cool!
Could someone give a quick example of “code evaluation across Elixir versions”?
Related to this: Improvements to remote execution cell · Issue #355 · livebook-dev/kino · GitHub
Basically evaluation should not depend on the Elixir version. It is not always guaranteed, some macros may expand differently across Elixir versions, but at a basic level it should not!