|
| 1 | +## What's Changed in v0.2.1 |
| 2 | +* Pin icu_calendar to v2.1 by @jedel1043 in [#704](https://github.com/boa-dev/temporal/pull/704) |
| 3 | +* Remove unwrap in PYM::epoch_ns_for_utc by @Manishearth in [#701](https://github.com/boa-dev/temporal/pull/701) |
| 4 | +* Fix bug with rounding with zoned RelativeTo and increment by @Manishearth in [#696](https://github.com/boa-dev/temporal/pull/696) |
| 5 | +* Add epoch_ns_for_utc to all Plain APIs by @Manishearth in [#700](https://github.com/boa-dev/temporal/pull/700) |
| 6 | +* Ensure offsets do not have more than 9 digits while parsing by @Manishearth in [#698](https://github.com/boa-dev/temporal/pull/698) |
| 7 | +* Do not overly range check when constructing Temporal PlainMonthDay by @Manishearth in [#695](https://github.com/boa-dev/temporal/pull/695) |
| 8 | +* Replace icu_locale with icu_locale_core by @Manishearth in [#694](https://github.com/boa-dev/temporal/pull/694) |
| 9 | +* docs: temporal is stage four by @ghostdevv in [#692](https://github.com/boa-dev/temporal/pull/692) |
| 10 | +* Expose fields needed for structured clone by @lucacasonato in [#686](https://github.com/boa-dev/temporal/pull/686) |
| 11 | + |
| 12 | +## New Contributors |
| 13 | +* @ghostdevv made their first contribution in [#692](https://github.com/boa-dev/temporal/pull/692) |
| 14 | +* @lucacasonato made their first contribution in [#686](https://github.com/boa-dev/temporal/pull/686) |
| 15 | + |
1 | 16 | ## What's Changed in v0.2.0 |
2 | 17 | * Fix incorrect decimal digits bug by @nekevss in [#679](https://github.com/boa-dev/temporal/pull/679) |
3 | 18 | * Update the documentation by @nekevss in [#680](https://github.com/boa-dev/temporal/pull/680) |
|
34 | 49 |
|
35 | 50 | **Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.1.2...v0.2.0 |
36 | 51 |
|
37 | | -# Changelog |
38 | | - |
39 | | -All notable changes to this project will be documented in this file. |
40 | | - |
41 | 52 | ## What's Changed in v0.1.2 |
42 | 53 | * Publish 0.1.2 by @Manishearth in [#625](https://github.com/boa-dev/temporal/pull/625) |
43 | 54 | * Ignore timezones mentioned in zone.tab when constructing the canonicalization table by @Manishearth in [#624](https://github.com/boa-dev/temporal/pull/624) |
@@ -551,4 +562,4 @@ All notable changes to this project will be documented in this file. |
551 | 562 | * @nekevss made their first contribution in https://github.com/boa-dev/temporal/pull/1 |
552 | 563 | * @jedel1043 made their first contribution in https://github.com/boa-dev/temporal/pull/3 |
553 | 564 |
|
554 | | -**Full Changelog**: https://github.com/boa-dev/temporal/commits/v0.0.1 |
| 565 | +**Full Changelog**: https://github.com/boa-dev/temporal/commits/v0.0.1 |
0 commit comments