From ca2dbc8222bda7bc5dccfd1329efbcc6c6864d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=BBx=2Ex?= <44802527+corps-fini@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:22:55 +0100 Subject: [PATCH] Fix typos in changelog. (#11442) --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a60c35a7e..28d494650 100644 --- a/changelog.md +++ b/changelog.md @@ -3187,7 +3187,7 @@ * New module Text.Pandoc.Transforms [API change] (Albert Krewinkel). This module exports the following functions which were formerly - exported from Tetx.Pnadoc.Shared: `headerShift`, + exported from Text.Pandoc.Shared: `headerShift`, `filterIpynbOutput`, `eastAsianLineBreakFilter`, as well as some functions that were previously not exported.