Skip to content

Commit

Permalink
Add CHANGELOG file for bump to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idavidmcdonald committed Nov 22, 2016
1 parent bc97cc0 commit fdb7750
Showing 1 changed file with 23 additions and 0 deletions.
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')
```

0 comments on commit fdb7750

Please sign in to comment.