From a5962c05eb35e721b17b7cc6bfea40e0b560d062 Mon Sep 17 00:00:00 2001
From: Mathias Polligkeit <git@woylie.de>
Date: Sun, 2 Jul 2023 08:11:35 +0900
Subject: [PATCH] update changelog

---
 CHANGELOG.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 512e9dac..f58d2cc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,9 +41,9 @@
 
 ### Fixed
 
-- Resolved an issue where setting `replace_invalid_params` to true still caused
-  validation errors for pagination and sorting parameters due to cast errors,
-  instead of defaulting to valid parameters.
+- Resolved an issue where setting `replace_invalid_params` to `true` still
+  caused validation errors for pagination and sorting parameters due to cast
+  errors, instead of defaulting to valid parameters.
 - Fixed the type specification for `Flop.Filter.allowed_operators/1`.
 
 ### Upgrade notes