Add an "internal changes" changelog section (#1194)
* Add an "internal changes" changelog section * update changelog number
This commit is contained in:
parent
b36d4eff7d
commit
569e139ac5
4 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
{{ partial "render-api-changes" (dict "title" "Push Gateway API" "id" "push-gateway-api" "path" (path.Join $path "push_gateway")) }}
|
||||
{{ partial "render-api-changes" (dict "title" "Room Versions" "id" "room-versions" "path" (path.Join $path "room_versions")) }}
|
||||
{{ partial "render-api-changes" (dict "title" "Appendices" "id" "appendices" "path" (path.Join $path "appendices")) }}
|
||||
{{ partial "render-api-changes" (dict "title" "Internal Changes/Tooling" "id" "internal" "path" (path.Join $path "internal")) }}
|
||||
|
||||
{{ define "partials/render-api-changes" }}
|
||||
<h3 id="{{.id}}">{{ .title }}</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue