# v0.1.1 2022-12-24
# Additions
- Add features `jst` and `utc_jst` to use JST for timestamps:
- `jst`: Use JST for timestamps.
- `utc_jst`: Provide additional logging macros as `*_jst!()` in module `jst`.
# Improvements
- Added crate name and module path to log output.
- You now don't need to import chrono with `use` keyword.
# Changes
- Changed the color of `info!()` to a darker green.
# v0.1.0 2022-12-18 Initial Release