### New Features

 - initialize `Time` from `now_utc` and `now_local`
   Localtime support depends on some other factors now, but that
   will only get better over time.
   
   We might have to document `unsound_local_time` at some point.
 - `Time::is_set()` to see if the time is more than just the default.

### Commit Statistics

 - 3 commits contributed to the release.
 - 39 days passed between releases.
 - 2 commits where understood as [conventional](https://www.conventionalcommits.org).
 - 1 unique issue was worked on: #331

### Commit Details

 * **#331**
    - initialize `Time` from `now_utc` and `now_local` (c76fde7)
    - `Time::is_set()` to see if the time is more than just the default. (aeda76e)
 * **Uncategorized**
    - prepare changelog prior to release (3c50625)