From a936fdb00d7dbd394ed490662dc73a8942d66f87 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Thu, 29 Feb 2024 15:04:49 +0100 Subject: [PATCH] Add Changelog entry for warning removal by @mhanberg --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1285d7..8b62f3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Features (User Facing) * Solaris systems will now correctly be identified and have their CPU and memory parsed. Thanks to [@brianewell](https://github.com/brianewell)! +### Bugfixes (User Facing) +* A warning has been removed when running elixir-main/to be elixir 1.17. Thanks to [@mhanberg](https://github.com/mhanberg)! + ## 1.3.0 (2023-12-22) A big swath of bug fixes and improvements. The highlights certainly are fixes and conveniences around saved benchmarks and loading them again via the new `Benchee.report/1`. The other big one is saving a lot of memory (and time!) when processing big inputs. Sadly the latter comes with some breaking changes for plugins, but they are well justified and shouldn't actually affect any plugin in practice.