diff --git a/CHANGELOG.md b/CHANGELOG.md index b9344e0fd..a30b00a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## v0.37.0-rc.0 +## v0.37.0-rc.0 (2025-01-25) + +Thank you to @liamcmitchell and @hichemfantar for the extensive contributions in this new release. * Enhancements * Considerably improve page loading times in the browser diff --git a/README.md b/README.md index ee9bb8c34..777084fde 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ ExDoc is a tool to generate documentation for Erlang and Elixir projects. To see ExDoc ships with many features: - * Automatically generates online- and offline-accessible HTML and EPUB documents from your API documentation. + * Automatically generates offline-accessible HTML and EPUB documents from your API documentation. + * When hosted, ExDoc relies on browser's page transitions for better UX, caching, and enhanced accessibility. * Responsive design, covering phones and tablets. * Support for custom pages, guides, livebooks and cheatsheets. * Support for custom grouping of modules, functions, and pages in the sidebar. @@ -20,7 +21,7 @@ ExDoc ships with many features: * Go-to shortcut with auto-complete to take the reader to any HexDocs package documentation. (`g` keyboard shortcut.) * Support for night mode, activated according to the browser preference. * Tooltips for links to modules and functions, both for the current project and other projects. - * Version dropdown, automatically configured when hosted on HexDocs. + * Version dropdown and "Go to latest" notifications, automatically configured when hosted on HexDocs. ## Usage diff --git a/mix.exs b/mix.exs index 3ae682138..fe8383b48 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do use Mix.Project @source_url "https://github.com/elixir-lang/ex_doc" - @version "0.36.2" + @version "0.37.0-rc.0" def project do [