-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CHANGELOG file for bump to 5.0.0
- Loading branch information
1 parent
bc97cc0
commit fdb7750
Showing
1 changed file
with
23 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,23 @@ | ||
# Digital Marketplace frameworks changelog | ||
|
||
Records breaking changes from major version bumps | ||
|
||
## 5.0.0 | ||
|
||
PR: [#330](https://github.com/alphagov/digitalmarketplace-frameworks/pull/330) | ||
|
||
### What changed | ||
|
||
We rename the `edit_brief_response` manifest to`legacy_edit_brief_response`. | ||
|
||
### Example app change | ||
|
||
Old | ||
``` | ||
content_loader.get_manifest('digital-outcomes-and-specialists', 'edit_brief_response') | ||
``` | ||
|
||
New | ||
``` | ||
content_loader.get_manifest('digital-outcomes-and-specialists', 'legacy_edit_brief_response') | ||
``` |