You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,16 @@
2
2
3
3
## Unreleased
4
4
5
+
## 3.0.1
6
+
5
7
### Fixes
6
8
7
-
-[#281: Fix: Don't break TOC when OpenAPI description includes headers](https://github.com/alphagov/tech-docs-gem/pull/281) - Thanks [@jamietanna](https://github.com/jamietanna)!
9
+
We’ve made the following fixes to the tech docs gem in [pull request #281: Don't break TOC when OpenAPI description includes headers](https://github.com/alphagov/tech-docs-gem/pull/281):
10
+
11
+
* we now render OpenAPI Markdown with the same Markdown renderer as other documents
12
+
* table of contents (TOC) uses `TechDocsHTMLRenderer` to render the headings with IDs
13
+
14
+
Thanks to [@jamietanna](https://github.com/jamietanna) for contributing to this issue and its solution.
0 commit comments