Skip to content

Commit 8444c94

Browse files
committed
Add changelog entry and development workflow best practices
- Add CHANGES.md entry for issue #55 fix - Add CLAUDE.md with comprehensive development workflow guidelines - Document pre-push checklist: linting, changelog updates, testing - Provide example workflow for future contributions
1 parent 5545833 commit 8444c94

File tree

2 files changed

+597
-0
lines changed

2 files changed

+597
-0
lines changed

CHANGES.md

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

3+
## 4.1.2 (unreleased)
4+
5+
- Fix #55: UnicodeEncodeError on Windows when logging emoji. The emoji is now conditionally displayed only when the console encoding supports it (UTF-8), avoiding errors on Windows cp1252 encoding.
6+
[jensens]
7+
38
## 4.1.1 (2025-10-20)
49

510
- Modernize release method with hatchling. See RELEASE.md [jensens]

0 commit comments

Comments
 (0)