You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## What's Changed in v0.1.2
6
+
* Publish 0.1.2 by @Manishearth in [#625](https://github.com/boa-dev/temporal/pull/625)
7
+
* Ignore timezones mentioned in zone.tab when constructing the canonicalization table by @Manishearth in [#624](https://github.com/boa-dev/temporal/pull/624)
8
+
* Add logic to Duration::total to handle loss of precision by @nekevss in [#622](https://github.com/boa-dev/temporal/pull/622)
9
+
* Add feature to force float64-representable durations by @Manishearth in [#621](https://github.com/boa-dev/temporal/pull/621)
10
+
* Updates for ZonedDateTime since / until issue by @Manishearth in [#619](https://github.com/boa-dev/temporal/pull/619)
11
+
* Fix returned duration sign for non-ISO date arithmetic by @Manishearth in [#618](https://github.com/boa-dev/temporal/pull/618)
12
+
* Constrain durations into a range that will produce valid Temporal dates before passing to ICU4X by @Manishearth in [#615](https://github.com/boa-dev/temporal/pull/615)
13
+
* Add smart pointer implementations for TimeZone traits by @jedel1043 in [#614](https://github.com/boa-dev/temporal/pull/614)
14
+
* Fix serialization of durations with zero seconds and nonzero subseconds by @ptomato in [#610](https://github.com/boa-dev/temporal/pull/610)
15
+
* Remove support for unqualified `islamic` calendar by @Manishearth in [#609](https://github.com/boa-dev/temporal/pull/609)
16
+
* Make ISO the default AnyCalendarKind over FFI by @Manishearth in [#608](https://github.com/boa-dev/temporal/pull/608)
0 commit comments