We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927b9fa commit 73870d6Copy full SHA for 73870d6
changelog.md
@@ -28,9 +28,7 @@ becomes an alias for `addr`.
28
- Fixed `lists.SinglyLinkedList` being broken after removing the last node ([#19353](https://github.com/nim-lang/Nim/pull/19353)).
29
- `md5` now works at compile time and in JavaScript.
30
31
-## `std/smtp`
32
-
33
-- 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.
34
35
- Added `IsoWeekRange`, a range type to represent the number of weeks in an ISO week-based year.
36
- Added `IsoYear`, a distinct int type to prevent bugs from confusing the week-based year and the regular year.
0 commit comments