From 8a4926c00ebc8a734efe284464766874557cc974 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Tue, 27 Feb 2018 12:50:33 -0800 Subject: [PATCH] Modern optimization --- Ent-Changes.md | 1 + Pro-Changes.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Ent-Changes.md b/Ent-Changes.md index fff4c1ee..5dfca5b4 100644 --- a/Ent-Changes.md +++ b/Ent-Changes.md @@ -8,6 +8,7 @@ HEAD ------------- - Fix Lua error in concurrent rate limiter under heavy contention +- Remove superfluous `freeze` calls on Strings [#3759] 1.7.0 ------------- diff --git a/Pro-Changes.md b/Pro-Changes.md index 8bb9a45a..8a586a6d 100644 --- a/Pro-Changes.md +++ b/Pro-Changes.md @@ -4,6 +4,11 @@ Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy. +HEAD +--------- + +- Remove superfluous `freeze` calls on Strings [#3759] + 4.0.1 ---------