diff --git a/CHANGES.md b/CHANGES.md
index 934eb306..690b5d02 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -35,7 +35,8 @@ Fixes:
- Remove the `options.cacheDir` directory if it is empty after conversion.
(5cfcea6)
-- Allow tables inside lists. (#368, #371, contributed by @lostenderman)
+- Allow tables inside lists. (#368, #371, contributed by @lostenderman,
+ sponsored by ISTQB)
- Check that shell access is unrestricted before attempting shell escape.
(#365, witiko/lt3luabridge#22, latex3/latex3#1339, #372)
diff --git a/README.md b/README.md
index 1fc0c4f0..5a87521f 100644
--- a/README.md
+++ b/README.md
@@ -271,7 +271,7 @@ Acknowledgements
| [][fimu] | I gratefully acknowledge the funding from the [Faculty of Informatics][fimu] at the [Masaryk University][mu] in Brno, Czech Republic, for the development of the Markdown package in projects [MUNI/33/12/2015][], [MUNI/33/1784/2020][], [MUNI/33/0776/2021][], [MUNI/33/1654/2022][], and [MUNI/33/1658/2022][]. |
| [][overleaf] | Extensive user documentation for the Markdown package was kindly written by [Lian Tze Lim][liantze] and published by [Overleaf][]. |
| [][omedym] | Support for content slicing (Lua options [`shiftHeadings`][option-shift-headings] and [`slice`][option-slice]) and pipe tables (Lua options [`pipeTables`][option-pipe-tables] and [`tableCaptions`][option-table-captions]) was graciously sponsored by [David Vins][dvins] and [Omedym][]. |
-| [][istqb] | The fix for issue [#359][issue-359] was graciously sponsored by the [International Software Testing Qualifications Board (ISTQB)][istqb]. |
+| [][istqb] | Fixes for issues [#359][issue-359] and [#368][issue-368] were graciously sponsored by the [International Software Testing Qualifications Board (ISTQB)][istqb]. |
[dvins]: https://github.com/dvins "David Vins"
[fimu]: https://www.fi.muni.cz/index.html.en "Faculty of Informatics, Masaryk University"
@@ -280,6 +280,7 @@ Acknowledgements
[Omedym]: https://www.omedym.com/ "Omedym"
[issue-359]: https://github.com/witiko/markdown/issues/359 "First item of a fancy list forms a separate list"
+ [issue-368]: https://github.com/witiko/markdown/issues/368 "Tables nested in list items have empty lines"
[option-pipe-tables]: https://mirrors.ctan.org/macros/generic/markdown/markdown.html#pipe-tables "Markdown Package User Manual"
[option-shift-headings]: https://mirrors.ctan.org/macros/generic/markdown/markdown.html#option-shiftheadings "Markdown Package User Manual"