From 3b5b1af5d7d9a6c7749ac48025f682f72d5b2422 Mon Sep 17 00:00:00 2001 From: Henry Widd Date: Fri, 14 Jun 2024 15:52:40 +0100 Subject: [PATCH] Update README.md with link to proposed jun 2024 changes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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