diff options
Diffstat (limited to 'third_party/rust/instant/CHANGELOGS.md')
-rw-r--r-- | third_party/rust/instant/CHANGELOGS.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rust/instant/CHANGELOGS.md b/third_party/rust/instant/CHANGELOGS.md new file mode 100644 index 0000000000..092d8aea3a --- /dev/null +++ b/third_party/rust/instant/CHANGELOGS.md @@ -0,0 +1,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.
\ No newline at end of file |