Fixing changelog punctuation.

This commit is contained in:
Jakub 2021-02-10 16:09:47 +01:00
parent df318382b7
commit 565c0b6ddf
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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