Skip to content

Commit

Permalink
docs(changelog): changelog entries for 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo committed Jul 4, 2024
1 parent 0115c28 commit 69cd16b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
*********
Changelog
*********

2.9.0 (2024-Jul-03)
-------------------

Application
===========

* Support doc slugs for craft-parts build errors, to point to the plugin docs.
* Support setting the base docs url on the AppMetadata, used in conjunction
with slugs to build full urls.
* Add a method to enable craft-parts Features. This is called at a specific
point so that things like command groups can rely on the features being set.
* Ensure the craft-providers' provider is available before launching.

Models
======

* Fix and normalize project validation errors. Never raise
CraftValidationErrors directly in validators.
* Add a way to provide doc slugs for models. These are shown when a project
fails validation, provided the base docs url is set on the AppMetadata.
2 changes: 2 additions & 0 deletions docs/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Reference
.. toctree::
:maxdepth: 1

changelog

Indices and tables
==================

Expand Down

0 comments on commit 69cd16b

Please sign in to comment.