CHANGELOG.md in govuk_navigation_helpers-3.0.0 vs CHANGELOG.md in govuk_navigation_helpers-3.0.1
- old
+ new
@@ -1,22 +1,26 @@
+## 3.0.1
+
+* Return only 3 related items for the taxonomy sidebar.
+
## 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": []
}
```