From cd2f8a7b110049c8cf8beaf310cb53819c0c89ac Mon Sep 17 00:00:00 2001 From: Jim Gay Date: Sat, 25 Nov 2023 14:42:06 -0500 Subject: [PATCH] Update changelog for 1.0.6 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cebbd04..4ea2144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## 1.0.6 + +### Fixed + +- use `each` to avoid allocating an unused array + ## 1.0.5 ### Fixed diff --git a/Gemfile.lock b/Gemfile.lock index 224e024..d0f29bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - polyfill-data (1.0.5) + polyfill-data (1.0.6) GEM remote: https://rubygems.org/