v0.13.1
Bug fixes
Note: This fix is technically a breaking change, as the return value for a public API changed from HashMap<u32, u32>
to HashMap<u64, u64>
. However, since this function has been 100% broken for 4 years, I feel confident that no one is actually using this API.
New features
Other improvements
- Remove obsolete document about stat field by @dalance in #177
- Small update to doc comment on fd_count() by @eminence in #183
Full Changelog: v0.13.0...v0.13.1