From 707e08b7c8ec4f48a4bccbeb6873229e5f570960 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 7 Aug 2024 23:56:15 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd78d2..788baff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Add support for Elixir 1.17 and 1.16. Drop support for Elixir 1.13 and 1.14. Elixir >= 1.15 is now required. Dropping support for older versions of Elixir simply means that this package is no longer tested with them in CI, and that compatibility issues are not considered bugs. * Note: The FunWithFlags package has usually increased its supported Elixir version one at a time, usually supporting the last three minor versions. With this version `v1.12.0` it fast-forwards to Elixir 1.17 from 1.15, and drops support for Elixir versions 1.13 and 1.14 at the same time. That's because a new version of the package wasn't released to support Elixir 1.16 specifically, when it came out, and now there are two new Elixir versions out there. The good news is that this is just a formality to be clear on which Elixir and OTP versions are officially supported, and the FunWithFlags package actually has been working pretty well with new Elixir versions, and even with older Elixir versions that are formally unsupported. * Fix incorrect return value in `FunWithFlags.disable/2` typespec. (Thanks [mbuffa](https://github.com/mbuffa), [pull/170](https://github.com/tompave/fun_with_flags/pull/170)) +* Improved the performance of checking a flag with many actor or group gates. (Thanks [up2jj](https://github.com/up2jj), [pull/172](https://github.com/tompave/fun_with_flags/pull/172)) ## v1.11.0