Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 21, 2024
1 parent 4698379 commit aeb8808
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.36.0-dev

* Enhancements
* Use swup.js for navigation on hosted sites
* Support `:group` in documentation metadata for grouping in the sidebar
* Support `:default_group_for_doc` in configuration to set the default group for functions, callbacks, and types
* Add `--warnings-as-errors` flag to `mix docs`

* Bug fixes
* Fix typespec with `(...) -> any()`

## v0.35.1 (2024-11-21)

* Bug fixes
Expand Down
5 changes: 3 additions & 2 deletions lib/mix/tasks/docs.ex
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,9 @@ defmodule Mix.Tasks.Docs do
* `exdoc:autocomplete` - when set to "off", it disables autocompletion.
* `exdoc:full-text-search-url` - the URL to use when performing full text
search. The search string will be prepended to the URL as a parameter.
It defaults to ExDoc's auto-generated search page.
search. The search string will be appended to the URL as an encoded
parameter. You could use this to bring a custom search engine to your
documentation. It defaults to ExDoc's default search page.
## Nesting
Expand Down

0 comments on commit aeb8808

Please sign in to comment.