generated from canonical/starbase
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changelog): changelog entries for 2.9.0
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ Reference | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
changelog | ||
|
||
Indices and tables | ||
================== | ||
|
||
|