From 13d8b264da64a0760464c3dc94904d3fa921144b Mon Sep 17 00:00:00 2001 From: Lokathor <zefria@gmail.com> Date: Tue, 27 Sep 2022 18:09:05 -0600 Subject: [PATCH] there's at least 2 users besides me, so i should probably keep a changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1ad3ac5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ + +* **0.7.4:** Adds mGBA logging support. +* **0.7.3:** Fixes "multiple definition" errors with the AEABI division functions. + Filed a PR to fix this soon: + https://github.com/rust-lang/compiler-builtins/pull/495 +* **0.7.2:** First version that configures docs.rs properly!