From 156772d8ca812aadfde23a40a5da0398c892ddfa Mon Sep 17 00:00:00 2001 From: sabiwara Date: Sun, 26 May 2024 12:12:30 +0900 Subject: [PATCH] Minor doc updates --- CHANGELOG.md | 2 +- lib/dune/opts.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e928193..42ac2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### Enhancements - `Dune.Allowlist.Default` allows the new `Duration` module and new kernel - functions + functions from Elixir 1.17 - Add an `:inspect_sort_maps` option for deterministic outputs - Capture and return parser warnings in `stdio` diff --git a/lib/dune/opts.ex b/lib/dune/opts.ex index 4460deb..9e1142d 100644 --- a/lib/dune/opts.ex +++ b/lib/dune/opts.ex @@ -44,7 +44,7 @@ defmodule Dune.Opts do - `inspect_sort_maps`: Sort maps when inspecting the result, useful to keep the output deterministic. - Should be a boolean. Defaults to `false`. + Should be a boolean. Defaults to `false`. Only works since Elixir >= 1.14.4. ### Extra note about `atom_pool_size`