From e54a4904aed5c293bd6a01a2871542c79058d598 Mon Sep 17 00:00:00 2001 From: Gael Varoquaux Date: Thu, 28 Nov 2024 07:36:29 +0100 Subject: [PATCH] Fix small rst bugs (#1163) --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b820fd556..9bd27e723 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -74,9 +74,11 @@ Minor changes * Display of labels in the plots of the TableReport, especially for other scripts than the latin alphabet, has improved. + - before, some characters could be missing and replaced by empty boxes. - before, when the text is truncated, the ellipsis "..." could appear on the wrong side for right-to-left scripts. + Moreover, when the text contains line breaks it now appears all on one line. Note this only affects the labels in the plots; the rest of the report did not have these problems.