summaryrefslogtreecommitdiffstats
path: root/third_party/rust/midir/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /third_party/rust/midir/CHANGELOG.md
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/rust/midir/CHANGELOG.md')
-rw-r--r--third_party/rust/midir/CHANGELOG.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/third_party/rust/midir/CHANGELOG.md b/third_party/rust/midir/CHANGELOG.md
new file mode 100644
index 0000000000..83a0987a7b
--- /dev/null
+++ b/third_party/rust/midir/CHANGELOG.md
@@ -0,0 +1,50 @@
+# Changelog
+
+All major changes to this project will be documented in this file.
+
+## [Unreleased]
+
+- ...
+
+## [0.7.0] - 2020-09-05
+
+- Update some Linux dependencies (`alsa`, `nix`)
+- Improve error handling for `MMSYSERR_ALLOCATED` (Windows)
+
+## [0.6.2] - 2020-07-21
+
+- Remove deprecated usage of `mem::uninitialized`
+- Switch from `winrt-rust` to `winrt-rs` for WinRT backend
+
+## [0.6.1] - 2020-06-04
+
+- Implement `Clone` for port structures
+- Add trait that abstracts over input and output
+
+## [0.6.0] - 2020-05-11
+
+- Upgrade to winapi 0.3
+- Add WinRT backend
+- Add WebMIDI backend
+- Use platform-specific representation of port identifiers instead of indices
+
+## [0.5.0] - 2017-12-09
+
+- Switch to absolute μs timestamps
+
+## [0.4.0] - 2017-09-27
+
+- Add CoreMIDI backend
+- Use `usize` for port numbers and counts
+
+## [0.3.2] - 2017-04-06
+
+- Use `alsa-rs` instead of homegrown wrapper
+
+## [0.3.1] - 2017-03-21
+
+- Fix crates.io badges
+
+## [0.3.0] - 2017-03-21
+
+- Fix compilation on ARM platforms \ No newline at end of file