Skip to content

Commit

Permalink
Minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed May 26, 2024
1 parent fca59da commit 156772d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion lib/dune/opts.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 156772d

Please sign in to comment.