diff --git a/Changelog b/Changelog index 9d6bcd15..b0ca6ed7 100644 --- a/Changelog +++ b/Changelog @@ -17,7 +17,7 @@ v3.7.1 released 2025-12-17 * Improvement PR-1013: PMM-11406 Better check to prevent errors from missing fields. * Fixed bug PT-2424: Typo in pt-table-checksum error message "--resume and --no-empty-replicate-table are mutually exclusive" * Fixed bug PR-953: Update documentation of pt-query-digest - better description for --output secure-slowlog (Thanks to Paweł Kudzia for the contribution) -* Fixed bug PT-2129: pt-online-schem-change and other tools fail on non-readable version check file +* Fixed bug PT-2129: pt-online-schema-change and other tools fail on non-readable version check file * Fixed bug PR-890: pt-config-diff: MySQL truncates run-time variable values longer than 1024 characters (Thanks to Maciej Dobrzanski for the contribution) * Fixed bug PT-2418: pt-online-schema-change 3.7.0 lost data when exe alter xxx rename column xxx (Thanks to Marek Knappe for the contribution) * Fixed bug PT-2458: remove-data-dir defaults to True (Thanks to Marek Knappe for the contribution) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index ad6e01e3..0ce58729 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -30,7 +30,7 @@ Bugs Fixed * :jirabug:`PT-2424`: Typo in pt-table-checksum error message "--resume and --no-empty-replicate-table are mutually exclusive" (Thanks to Paweł Kudzia for the contribution) * `PR-953`: Update documentation of pt-query-digest – better description for --output secure-slowlog (Thanks to Paweł Kudzia for the contribution) -* :jirabug:`PT-2129`: pt-online-schem-change and other tools fail on non-readable version check file +* :jirabug:`PT-2129`: pt-online-schema-change and other tools fail on non-readable version check file * `PR-890`: pt-config-diff: MySQL truncates run-time variable values longer than 1024 characters (Thanks to Maciej Dobrzanski for the contribution) * :jirabug:`PT-2418`: pt-online-schema-change 3.7.0 lost data when executing ALTER … RENAME COLUMN (Thanks to Marek Knappe for the contribution) * :jirabug:`PT-2458`: remove-data-dir defaults to True (Thanks to Marek Knappe for the contribution)