aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-05-12 19:01:17 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-05-12 19:01:17 -0400
commit03bffa3ded48370a6949c72126bb9611eb4aa44a (patch)
treebcb1a530664b31aced184fa6c40c5fb5821cb12e
parent5e1b2a607b073a22eebc6e2256a6e80a8cb31f63 (diff)
downloadplatform_external_rust_crates_byteorder-03bffa3ded48370a6949c72126bb9611eb4aa44a.tar.gz
platform_external_rust_crates_byteorder-03bffa3ded48370a6949c72126bb9611eb4aa44a.tar.bz2
platform_external_rust_crates_byteorder-03bffa3ded48370a6949c72126bb9611eb4aa44a.zip
changelog: updates for 1.2.2 and 1.2.3
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d59eaa7..066878b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+1.2.3
+=====
+This patch release removes the use of `feature(i128_type)` from byteorder,
+since it has been stabilized. We leave byteorder's `i128` feature in place
+in order to continue supporting compilation on older versions of Rust.
+
+
+1.2.2
+=====
+This patch release only consists of internal improvements and refactorings.
+Notably, this removes all uses of `transmute` and instead uses pointer casts.
+
+
1.2.1
=====
This patch release removes more unnecessary uses of `unsafe` that