aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOGS.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOGS.md')
-rw-r--r--CHANGELOGS.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOGS.md b/CHANGELOGS.md
new file mode 100644
index 0000000..092d8ae
--- /dev/null
+++ b/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