diff --git a/RELEASES.md b/RELEASES.md index d7c3781..faa74d7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +# Version 0.1.2 (2020-06-17) + + * Fix possible unsound iteration within `dual()` and `dual_mut()`. + * Bind `LorentzianMN` to `DimName`. + * Simplify trait bounds of `interval()`/`interval_fn()`. + # Version 0.1.1 (2020-06-08) * Fix `contr()` and `tr_contr()`.