Skip to content

Commit 73870d6

Browse files
ringaboutPMunch
authored andcommitted
improve changelog a bit (nim-lang#19400)
1 parent 927b9fa commit 73870d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

changelog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ becomes an alias for `addr`.
2828
- Fixed `lists.SinglyLinkedList` being broken after removing the last node ([#19353](https://github.com/nim-lang/Nim/pull/19353)).
2929
- `md5` now works at compile time and in JavaScript.
3030

31-
## `std/smtp`
32-
33-
- Sends `ehlo` first. If the mail server does not understand, it sends `helo` as a fallback.
31+
- `std/smtp` sends `ehlo` first. If the mail server does not understand, it sends `helo` as a fallback.
3432

3533
- Added `IsoWeekRange`, a range type to represent the number of weeks in an ISO week-based year.
3634
- Added `IsoYear`, a distinct int type to prevent bugs from confusing the week-based year and the regular year.

0 commit comments

Comments
 (0)