### 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
- 2 commits contributed to the release.
- 39 days passed between releases.
- 1 commit 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)
* **Uncategorized**
- prepare changelog prior to release (3c50625)