File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525
2626- Sends ` ehlo ` first. If the mail server does not understand, it sends ` helo ` as a fallback.
2727
28- - Added ` IsoWeekRange ` , a range type to represent the number of weeks in an ISO week-based year
29- - Added ` IsoYear ` , a distinct int type to prevent bugs from confusing the week-based year and the regular year
28+ - Added ` IsoWeekRange ` , a range type to represent the number of weeks in an ISO week-based year.
29+ - Added ` IsoYear ` , a distinct int type to prevent bugs from confusing the week-based year and the regular year.
3030- Added ` initDateTime ` in ` times ` to create a datetime from a weekday, and ISO 8601 week number and week-based year.
3131- Added ` getIsoWeekAndYear ` in ` times ` to get an ISO week number along with the corresponding ISO week-based year from a datetime.
32- - Added ` getIsoWeeksInYear ` in ` times ` to return the number of weeks in an ISO week-based year
32+ - Added ` getIsoWeeksInYear ` in ` times ` to return the number of weeks in an ISO week-based year.
3333
3434## Language changes
3535
You can’t perform that action at this time.
0 commit comments