CHANGELOG.md in govuk_navigation_helpers-2.4.1 vs CHANGELOG.md in govuk_navigation_helpers-3.0.0

- old
+ new

@@ -1,4 +1,31 @@ +## 3.0.0 + +* **BREAKING CHANGE**: remove unnecessary nesting from taxonomy sidebar helper. + The schema has changed from: + + ```json + { + "sections": [ + { + "title": "String", + "items": [] + } + ] + } + ``` + + to: + + ```json + { + "items": [] + } + ``` + +* The taxonomy sidebar helper returns an object whose keys are all symbols, as + required by Govuk Components + ## 2.4.1 * Add related content to the taxonomy sidebar helper ## 2.4.0