[][src]Module libloading::changelog::r0_3_0

Release 0.3.0 (2016-07-27)

The last two additions focus on not restricting potential usecases of this library, allowing users of the library to circumvent safety checks if need be.

Breaking Changes

Library::new defaults to RTLD_NOW instead of RTLD_LAZY on UNIX for more consistent cross-platform behaviour. If a library loaded with Library::new had any linking errors, but unresolved references weren’t forced to be resolved, the library would’ve “just worked”, whereas now the call to Library::new will return an error signifying presence of such error.

os::platform