diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/libloading/src/changelog.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/libloading/src/changelog.rs b/vendor/libloading/src/changelog.rs index 34ed4f226..536834be1 100644 --- a/vendor/libloading/src/changelog.rs +++ b/vendor/libloading/src/changelog.rs @@ -1,5 +1,11 @@ //! The change log. +/// Release 0.8.1 (2023-09-30) +/// +/// ## Non-breaking changes +/// +/// * Support for GNU Hurd. + /// Release 0.8.0 (2023-04-11) /// /// ## (Potentially) breaking changes |