Enhancement
1 change
Allow {:from_app, app_name} as a version for releases
Elixir release
Released on
Change breakdown
Detailed changelog
1 change
Allow {:from_app, app_name} as a version for releases
6 changes
Ensure compilation works for a variable named super
Ensure capture operator of a local function expands correctly inside a macro
Ensure dynamic recompilation of regexes considers options. This fixes an issue where parsing the protocol in URI.parse/1 seemingly looked case sensitive when running Elixir precompiled on another machine
Use Base.encode32 when generating cookie to avoid unsafe chars
Fix install command on Windows
Quote executable path on Windows to ensure it works on directories with spaces