Skip to content

Commit

Permalink
Merge pull request #330 from alphagov/legacy_edit_brief_response
Browse files Browse the repository at this point in the history
Legacy edit brief response manifest
  • Loading branch information
idavidmcdonald authored Nov 22, 2016
2 parents 7507dca + fdb7750 commit 88bdd57
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
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')
```
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0
5.0.0
1 change: 1 addition & 0 deletions tests/test_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

"display_brief_response": "brief-responses",
"edit_brief_response": "brief-responses",
"legacy_edit_brief_response": "brief-responses",
"output_brief_response": "brief-responses",

"clarification_question": "clarification_question",
Expand Down

0 comments on commit 88bdd57

Please sign in to comment.