### 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.
### Changed (BREAKING)
- remove local-time-support feature toggle.
We treat local time as default feature without a lot of fuzz, and
will eventually document that definitive support needs a compile
time switch in the compiler (`--cfg unsound_local_offset` or something).
One day it will perish. Failure is possible anyway and we will write
code to deal with it while minimizing the amount of system time
fetches when asking for the current local time.
### Commit Statistics
- 5 commits contributed to the release over the course of 17 calendar days.
- 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**
- remove local-time-support feature toggle. (89a41bf)
- initialize `Time` from `now_utc` and `now_local` (c76fde7)
- a first sketch on how identity management could look like. (780f14f)
* **Uncategorized**
- prepare changelog prior to release (3c50625)
- git-features' walkdir: 2.3.1 -> 2.3.2 (41dd754)