aboutsummaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-10-29 19:19:04 -0700
committerHaibo Huang <hhb@google.com>2020-10-29 19:19:04 -0700
commitb858c52f1f7c02bf8a7289a8045242f51007d049 (patch)
tree66333ecac74c5b21a5d6b4d4d2b354e4e7556c19 /RELEASES.md
parentb0b4bd6cd57da917b04fb59b6a3a78789a46d0c1 (diff)
downloadnum-derive-b858c52f1f7c02bf8a7289a8045242f51007d049.tar.gz
Upgrade rust/crates/num-derive to 0.3.3
Test: make Change-Id: I2243aec383c391ccb4a4cacd792de190e2b0c6de
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index f69b62c..c3e18cc 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,3 +1,9 @@
+# Release 0.3.3 (2020-10-29)
+
+- [Make `NumOps` work with `no_std`][41] -- thanks @jedrzejboczar!
+
+[41]: https://github.com/rust-num/num-derive/pull/41
+
# Release 0.3.2 (2020-08-24)
- [Add `#[inline]` to all derived functions][40] -- thanks @Amanieu!