aboutsummaryrefslogtreecommitdiff
path: root/vendor/instant/CHANGELOGS.md
blob: 0ecfaee654f89a67b88362ff7c481852f7de9046 (plain) (blame)
1
2
3
4
5
6
7
# v0.1.12
## Added 
- Add `SystemTime` which works in both native and WASM environments.

## Modified
- The `now` function is always available now: there is no need to enable the `now` feature any more. The `now` feature
  still exists (but doesn’t do anything) for backwards compatibility.