mirror of
https://github.com/axllent/mailpit.git
synced 2026-06-27 22:46:09 +00:00
Update changelog format
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
Notable changes to Mailpit will be documented in this file.
|
Notable changes to Mailpit will be documented in this file.
|
||||||
|
|
||||||
|
|
||||||
{{ if .Versions -}}
|
{{ if .Versions -}}
|
||||||
{{ if .Unreleased.CommitGroups -}}
|
{{ if .Unreleased.CommitGroups -}}
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
@@ -38,11 +37,11 @@ Notable changes to Mailpit will be documented in this file.
|
|||||||
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end -}}
|
|
||||||
|
|
||||||
{{- if .MergeCommits -}}
|
{{- if .MergeCommits -}}
|
||||||
### Pull Requests
|
### Pull Requests
|
||||||
{{ range .MergeCommits -}}
|
{{ range .MergeCommits -}}
|
||||||
- {{ .Header }}
|
- {{ .Header }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|||||||
@@ -66,6 +66,9 @@ This release includes a major backend storage change (SQLite) that will render a
|
|||||||
- Minor UI tweaks
|
- Minor UI tweaks
|
||||||
- Update pagination values when new mail arrives when not on first page
|
- Update pagination values when new mail arrives when not on first page
|
||||||
|
|
||||||
|
### Pull Requests
|
||||||
|
- Merge pull request [#6](https://github.com/axllent/mailpit/issues/6) from KaptinLin/develop
|
||||||
|
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user