Skip to content

Commit aeb8808

Browse files
committed
Update CHANGELOG
1 parent 4698379 commit aeb8808

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.36.0-dev
4+
5+
* Enhancements
6+
* Use swup.js for navigation on hosted sites
7+
* Support `:group` in documentation metadata for grouping in the sidebar
8+
* Support `:default_group_for_doc` in configuration to set the default group for functions, callbacks, and types
9+
* Add `--warnings-as-errors` flag to `mix docs`
10+
11+
* Bug fixes
12+
* Fix typespec with `(...) -> any()`
13+
314
## v0.35.1 (2024-11-21)
415

516
* Bug fixes

lib/mix/tasks/docs.ex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,9 @@ defmodule Mix.Tasks.Docs do
319319
* `exdoc:autocomplete` - when set to "off", it disables autocompletion.
320320
321321
* `exdoc:full-text-search-url` - the URL to use when performing full text
322-
search. The search string will be prepended to the URL as a parameter.
323-
It defaults to ExDoc's auto-generated search page.
322+
search. The search string will be appended to the URL as an encoded
323+
parameter. You could use this to bring a custom search engine to your
324+
documentation. It defaults to ExDoc's default search page.
324325
325326
## Nesting
326327

0 commit comments

Comments
 (0)