Add debug logging to connection

This commit is contained in:
Joscha 2023-01-21 13:46:24 +01:00
parent bd74931ecd
commit 3f5ae51a41
3 changed files with 25 additions and 3 deletions

View file

@ -19,6 +19,7 @@ Procedure when bumping the version number:
- Finding, replacing and removing emoji in text
- `State` conversion utility methods
- `Time::new` constructor
- Debug logging using the `log` crate
### Changed
- Rewrite `conn` module (backwards-imcompatible)