diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for tasty-sugar
 
+## 2.2.4.0 -- 2026-07-06
+
+ * Update to support new kvitable version 1.2.  No functional changes.
+
 ## 2.2.3.3 -- 2026-01-03
 
  * Fix to support matching multiple parameter values in a single candidate file.
diff --git a/README.org b/README.org
--- a/README.org
+++ b/README.org
@@ -401,8 +401,6 @@
 # 
 #     KWQ...
 
-# KWQ: add RangedParam description
-
 * Comparisons
 
 ** tasty-KAT
diff --git a/src/internal/Test/Tasty/Sugar/Report.hs b/src/internal/Test/Tasty/Sugar/Report.hs
--- a/src/internal/Test/Tasty/Sugar/Report.hs
+++ b/src/internal/Test/Tasty/Sugar/Report.hs
@@ -55,4 +55,4 @@
                          : (fromString . fst <$> take 1 (validParams c))
             , rowRepeat = False
             }
-  in render cfg $ sweetsKVITable s
+  in render Nothing cfg $ sweetsKVITable s
diff --git a/tasty-sugar.cabal b/tasty-sugar.cabal
--- a/tasty-sugar.cabal
+++ b/tasty-sugar.cabal
@@ -1,7 +1,7 @@
 cabal-version:       2.0
 
 name:                tasty-sugar
-version:             2.2.3.3
+version:             2.2.4.0
 synopsis:            Tests defined by Search Using Golden Answer References
 description:
   .
@@ -35,6 +35,7 @@
            , GHC == 9.8
            , GHC == 9.10
            , GHC == 9.12
+           , GHC == 9.14
 
 extra-doc-files: CHANGELOG.md
                  README.org
@@ -94,7 +95,7 @@
 
 source-repository head
   type: git
-  location: git://github.com/kquick/tasty-sugar.git
+  location: https://github.com/kquick/tasty-sugar
 
 library
   exposed-modules:   Test.Tasty.Sugar
@@ -134,7 +135,7 @@
                    , directory
                    , filepath
                    , filemanip
-                   , kvitable >= 1.1.0.0 && < 1.2
+                   , kvitable >= 1.2 && < 1.3
                    , logict
                    , microlens >= 0.4 && < 0.6
                    , mtl
