Skip to content

Commit 106636f

Browse files
committed
Add app_logger.kv note to changelog
1 parent f145ce0 commit 106636f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plain/plain/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
- Complete rewrite of logging settings and AppLogger with improved formatters and debug capabilities ([ea7c953](https://github.com/dropseed/plain/commit/ea7c9537e3))
88
- Added `app_logger.debug_mode()` context manager to temporarily change log level ([f535459](https://github.com/dropseed/plain/commit/f53545f9fa))
99
- Minimum Python version updated to 3.13 ([d86e307](https://github.com/dropseed/plain/commit/d86e307efb))
10+
- Removed `app_logger.kv` in favor of context kwargs ([ea7c953](https://github.com/dropseed/plain/commit/ea7c9537e3))
1011

1112
### Upgrade instructions
1213

1314
- Make sure you are using Python 3.13 or higher
15+
- Replace any `app_logger.kv.info("message", key=value)` calls with `app_logger.info("message", key=value)` or appropriate log level
1416

1517
## [0.61.0](https://github.com/dropseed/plain/releases/plain@0.61.0) (2025-09-03)
1618

0 commit comments

Comments
 (0)