From 7d534e484ad023780110ba74c194bcad26aa7f99 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Tue, 30 Jul 2024 12:32:29 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0826225f..95ab40f0ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Release Notes +## 5.18.0 (2024-07-30) + +### What's new +- Dictionaries [#10380](https://github.com/statamic/cms/issues/10380) by @duncanmcclean +- Make it possible to add to form configuration screen [#8491](https://github.com/statamic/cms/issues/8491) by @ryanmitchell + +### What's fixed +- Avoid extending already-extended file cache store [#10526](https://github.com/statamic/cms/issues/10526) by @jasonvarga +- Prevent error when redirecting to first asset container [#10521](https://github.com/statamic/cms/issues/10521) by @duncanmcclean +- Percentage symbols get replaced with dashes in asset filenames [#10523](https://github.com/statamic/cms/issues/10523) by @vluijkx + + + ## 5.17.1 (2024-07-29) ### What's fixed