From 5f881ea5faeb276222594b360e3b7301e0d9f654 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Mon, 16 Nov 2020 02:25:19 +0700 Subject: [PATCH] update the changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd620069d6dc..a87720618173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## Changelog +##### Unreleased +- Added [`.item()` method on all the built-in indexables stage 3 proposal](https://github.com/tc39/proposal-item-method) + ##### 3.7.0 - 2020.11.06 - `String#replaceAll` moved to the stable ES, [per June TC39 meeting](https://github.com/tc39/notes/blob/master/meetings/2020-06/june-2.md#stringprototypereplaceall-for-stage-4) - `Promise.any` and `AggregateError` moved to the stable ES, [per July TC39 meeting](https://github.com/tc39/notes/blob/master/meetings/2020-07/july-21.md#promiseany--aggregateerror-for-stage-4)