API Changelog {{ .GetVersionTitle }}
{{ define "change-list" }} {{ end }} {{ define "path-group" }}
{{ .Group.Operation }} {{ .Group.Path }}
Updated
{{ template "change-list" .Changes }}
{{ end }} {{ define "section-group" }}
{{ template "change-list" .Changes }}
{{ end }} {{ if .GroupedChanges }} {{ with pathGroups .GroupedChanges }}
API Changes
{{ range . }}{{ template "path-group" . }}{{ end }} {{ end }} {{ range sectionGroups .GroupedChanges }}
{{ .Group.Section }}
{{ template "section-group" . }} {{ end }} {{ else }}

No changes

{{ end }}