You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mix release] Allow {:from_app, app_name} as a version for releases
2. Bug fixes
Elixir
[Kernel] Ensure compilation works for a variable named super
[Kernel] Ensure capture operator of a local function expands correctly inside a macro
[Regex] 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
Mix
[mix release] Use Base.encode32 when generating cookie to avoid unsafe chars
[mix release] Fix install command on Windows
[mix release] Quote executable path on Windows to ensure it works on directories with spaces