diff options
Diffstat (limited to 'vendor/libloading/src/changelog.rs')
-rw-r--r-- | vendor/libloading/src/changelog.rs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/vendor/libloading/src/changelog.rs b/vendor/libloading/src/changelog.rs index f8b898e6c..162544f34 100644 --- a/vendor/libloading/src/changelog.rs +++ b/vendor/libloading/src/changelog.rs @@ -1,5 +1,12 @@ //! The change log. +/// Release 0.7.4 (2022-11-07) +/// +/// This release has no functional changes. +/// +/// `RTLD_LAZY`, `RTLD_GLOBAL` and `RTLD_LOCAL` constants have been implemented for AIX platforms. +pub mod r0_7_4 {} + /// Release 0.7.3 (2022-01-15) /// /// This release has no functional changes. @@ -198,7 +205,7 @@ pub mod r0_6_1 {} /// Release 0.6.0 (2020-04-05) /// /// * Introduced a new method [`os::unix::Library::get_singlethreaded`]; -/// * Added (untested) support for building when targetting Redox and Fuchsia; +/// * Added (untested) support for building when targeting Redox and Fuchsia; /// * The APIs exposed by this library no longer panic and instead return an `Err` when it used /// to panic. /// |