Skip to content

Commit ab6bdf0

Browse files
committed
Fix changelog entry
1 parent d158083 commit ab6bdf0

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# Changelog #
22

3-
## Version 3.13.3 ##
4-
5-
🛠️ Bug fixes:
6-
7-
* **Git report utility**: Fixed UnicodeDecodeError on Windows when commit messages contain non-ASCII characters
8-
* The `guidata.utils.gitreport` module now explicitly uses UTF-8 encoding when reading Git command output
9-
* Previously, on Windows systems with cp1252 default encoding, Git commit messages containing Unicode characters (emoji, accented characters, etc.) would cause a `UnicodeDecodeError`
10-
* Fixed by adding `encoding="utf-8"` parameter to all `subprocess.check_output()` calls in `_extract_git_information()`
11-
* This ensures proper decoding of Git output which is always UTF-8 encoded, regardless of the system's default encoding
12-
133
## Version 3.13.2 ##
144

155
✨ New features:
@@ -32,6 +22,12 @@
3222

3323
🛠️ Bug fixes:
3424

25+
* **Git report utility**: Fixed UnicodeDecodeError on Windows when commit messages contain non-ASCII characters
26+
* The `guidata.utils.gitreport` module now explicitly uses UTF-8 encoding when reading Git command output
27+
* Previously, on Windows systems with cp1252 default encoding, Git commit messages containing Unicode characters (emoji, accented characters, etc.) would cause a `UnicodeDecodeError`
28+
* Fixed by adding `encoding="utf-8"` parameter to all `subprocess.check_output()` calls in `_extract_git_information()`
29+
* This ensures proper decoding of Git output which is always UTF-8 encoded, regardless of the system's default encoding
30+
3531
* **DataSet.to_html()**: Improved color contrast for dark mode
3632
* Changed title and comment color from standard blue (#0000FF) to a lighter shade (#5294e2)
3733
* Provides better visibility in dark mode while maintaining good appearance in light mode

0 commit comments

Comments
 (0)