diff --git a/README.md b/README.md index 2f1ce08..bbdc960 100644 --- a/README.md +++ b/README.md @@ -98,11 +98,12 @@ namespace exists which contains a subset of the functions from `tick.core` which [![Clojars Project](https://img.shields.io/clojars/v/com.widdindustries/time-literals-tempo.svg)](https://clojars.org/com.widdindustries/time-literals-tempo) -As of March 2024 +As of June 2024 * [Temporal](https://github.com/tc39/proposal-temporal) has semi-stabilized at `ecma stage 3`, meaning implementors - can still suggest changes - although at this point any changes will be superficial. + can still suggest changes +* Changes [have been suggested](https://docs.google.com/presentation/d/1PPMAxVnVjFwRPuJwOvVsw9nZLQ6jDM8Hd5PNO0Grp4I/edit#slide=id.p) - and Tempo will need some changes if those are accepted. It shouldn't affect Tempo API though. * a polyfill (e.g. [this](https://github.com/fullcalendar/temporal-polyfill)) of Temporal will be required for all javascript environments. ```html