From b431ce0cb39ecddcdeec43a8d53036fe83239b89 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, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b27e21938c..06956268bbd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ ## Changelog ##### Unreleased +- Added [`.item()` method on all the built-in indexables stage 3 proposal](https://github.com/tc39/proposal-item-method) - Added the missed `(es|stable)/instance/replace-all` entries - Updated compat data mapping for Opera - from Opera 69, the difference with Chrome versions increased to 14 -- Move compat data mapping for modern Android WebView to Chrome from targets parser directly to compat data +- Compat data mapping for modern Android WebView to Chrome moved from targets parser directly to compat data ##### 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)