summaryrefslogtreecommitdiffstats
path: root/third_party/rust/cache-padded/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/cache-padded/CHANGELOG.md')
-rw-r--r--third_party/rust/cache-padded/CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/rust/cache-padded/CHANGELOG.md b/third_party/rust/cache-padded/CHANGELOG.md
new file mode 100644
index 0000000000..7ed155bb86
--- /dev/null
+++ b/third_party/rust/cache-padded/CHANGELOG.md
@@ -0,0 +1,15 @@
+# Version 1.2.0
+
+- Improve implementation of `CachePadded`.
+
+# Version 1.1.1
+
+- Forbid unsafe code.
+
+# Version 1.1.0
+
+- Mark `CachePadded::new()` as const fn.
+
+# Version 1.0.0
+
+- Initial version