From 4ca8db247f5a96ff55c421a30983048a1a8d5b3b Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 28 Oct 2024 12:11:51 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f473a14..0d323e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file. -------------- ### Changed -Add support for multiple pivot types when using the same accessor. +- Add support for multiple pivot types when using the same accessor. +- Smarter reset, keep tags that IDE helper doesn't use 2024-10-18, 3.2.0 --------------