Elixir release

1.16.2

Change breakdown

Organization at a glance

Detailed changelog

Enhancement

4 changes

Tool: Elixir Module: Code

Emit :defmodule tracing event on module definition

Tool: Mix Module: Mix

Add Mix.install_project_dir/0

Tool: Mix Module: Mix

Add environment variable for reusing Mix.install/2 installation

Tool: Mix Module: Mix.SCM

Add Mix.SCM.delete/1

Bugfix

4 changes

Tool: Elixir Module: Code

Fix charlist formatting issue when a single-quoted charlist escapes a double-quote character

Tool: Elixir Module: Path

Fix regression on how Path.relative_to/2 dealt with "." as input

Tool: IEx Module: IEx.Helpers

Discard mermaid fenced blocks from ansi docs

Tool: ExUnit Module: ExUnit

Properly compared pinned values when building diffs