commit c0e6945045ab6f77d29982278e761695706ae200 Author: juga0 juga@riseup.net Date: Fri Jul 6 19:51:08 2018 +0000
Add changelog entry about using median on empty lists --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2b07a..e7a18b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Could not init sbws because of a catch-22 related to logging configuration. Overhaul how logging is configured. (GH#186 GHPR#224) - Call write method of V3BWFile class from the object instance. (#26671) +- Stop calculating median on empty list .(#26666)
### Changed