From 80a12bee850a5027d1bb600b1c9bca33fb387ad8 Mon Sep 17 00:00:00 2001 From: maypok86 Date: Wed, 6 Mar 2024 00:15:04 +0300 Subject: [PATCH] [Chore] Update CHANGELOG for v1.1.1 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a364d7f..b529429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.1.1 - 2024-03-06 + +### 🐞 Bug Fixes + +- Fixed alignment issues on 32-bit archs + ## 1.1.0 - 2024-03-04 The main innovation of this release is node code generation. Thanks to it, the cache will no longer consume more memory due to features that it does not use. For example, if you do not need an expiration policy, then otter will not store the expiration time of each entry. It also allows otter to use more effective expiration policies.