зеркало из https://github.com/mozilla/gecko-dev.git
792 B
792 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
0.2.0 - 2017-11-29
Added
- Add method
Owned::into_box
.
Changed
- Fix a use-after-free bug in
Local::finalize
. - Fix an ordering bug in
Global::push_bag
. - Fix a bug in calculating distance between epochs.
Removed
- Remove
impl<T> Into<Box<T>> for Owned<T>
.
0.1.0 - 2017-11-26
Added
- First version of the new epoch-based GC.