diff --git a/rand_distr/CHANGELOG.md b/rand_distr/CHANGELOG.md index 63cd1b9d..05cd23f5 100644 --- a/rand_distr/CHANGELOG.md +++ b/rand_distr/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +- Correctly document `no_std` support (#1100) +- Add `std_math` feature to prefer `std` over `libm` for floating point math (#1100) +- Add mean and std_dev accessors to Normal (#1114) + ## [0.4.0] - 2020-12-18 - Bump `rand` to v0.8.0 - New `Geometric`, `StandardGeometric` and `Hypergeometric` distributions (#1062)