From 18d623e34fc4250630dd67d736da03f19510df6c Mon Sep 17 00:00:00 2001 From: caoccao Date: Wed, 6 Oct 2021 21:09:50 +0800 Subject: [PATCH] Updated release notes --- README.rst | 6 ++++++ docs/release_notes.rst | 1 + 2 files changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 9e56467..0815738 100644 --- a/README.rst +++ b/README.rst @@ -117,3 +117,9 @@ License ======= `APACHE LICENSE, VERSION 2.0 `_. + +Documents +========= + +* `Javet `_ +* `Release Notes `_ \ No newline at end of file diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 6116588..1a1fe08 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -15,6 +15,7 @@ Release Notes * Added function ``timers.setTimeout(callback[, delay[, ...args]])`` * Added module ``timers/promises`` * Added function ``timersPromises.setImmediate([value])`` +* Added function ``timersPromises.setInterval([delay[, value]])`` * Added function ``timersPromises.setTimeout([delay[, value]])`` [`Home <../README.rst>`_]