Skip to content

Commit

Permalink
improve changelog a bit (nim-lang#19400)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Jan 17, 2022
1 parent 15e3813 commit 2c5b367
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2c5b367

Please sign in to comment.