diff --git a/Changelog.md b/Changelog.md index bc157550..e4691cf0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,15 +10,15 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) ### Changed * GODT-885 Do not explicitly unlabel folders during move to match behaviour of other clients. * GODT-616 Better user message about wrong mailbox password. -* GODT-1021 Do not allow copy Inbox->Sent or Sent->Inbox -* GODT-976 Exclude updates from clearing cache and clear cache, including updates, while switching early access off -* GODT-1033 Retry starting IMAP server after connection was down +* GODT-1021 Do not allow copy Inbox->Sent or Sent->Inbox. +* GODT-976 Exclude updates from clearing cache and clear cache, including updates, while switching early access off. +* GODT-1033 Retry starting IMAP server after connection was down. ### Fixed * GODT-1011 Stable integration test deleting many messages using UID EXPUNGE. * GODT-1015 Use lenient version parser to properly parse version provided by Mac. * GODT-919 Notify about update right after the start. -* GODT-919 GODT-1022 Logs and signals +* GODT-919 GODT-1022 Logs and signals. ## [IE 1.3.0] Farg diff --git a/Makefile b/Makefile index f7f8bc56..63c0a76e 100644 --- a/Makefile +++ b/Makefile @@ -256,7 +256,6 @@ lint-license: lint-changelog: ./utils/changelog_linter.sh Changelog.md - ./utils/changelog_linter.sh unreleased.md lint-golang: which golangci-lint || $(MAKE) install-linter