summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2022-01-17 11:54:27 +0800
committerGitHub <noreply@github.com>2022-01-17 11:54:27 +0800
commit2c5b367001cc53859048d9adf450a5db3a949b92 (patch)
treec5edf8df7882414b81da0b79883b9a04c25261ba
parent15e3813d96ad5646476b629f3a20ece89dff064d (diff)
downloadNim-2c5b367001cc53859048d9adf450a5db3a949b92.tar.gz
improve changelog a bit (#19400)
-rw-r--r--changelog.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md
index 9b74d6d9f..16b526f85 100644
--- a/changelog.md
+++ b/changelog.md
@@ -28,9 +28,7 @@ becomes an alias for `addr`.
 - Fixed `lists.SinglyLinkedList` being broken after removing the last node ([#19353](https://github.com/nim-lang/Nim/pull/19353)).
 - `md5` now works at compile time and in JavaScript.
 
-## `std/smtp`
-
-- Sends `ehlo` first. If the mail server does not understand, it sends `helo` as a fallback.
+- `std/smtp` sends `ehlo` first. If the mail server does not understand, it sends `helo` as a fallback.
 
 - Added `IsoWeekRange`, a range type to represent the number of weeks in an ISO week-based year.
 - Added `IsoYear`, a distinct int type to prevent bugs from confusing the week-based year and the regular year.