docs: CHANGELOG updated, version number bumped to 2.1.2

This commit is contained in:
Fabian Joswig 2022-06-10 10:21:28 +01:00
parent f49562b895
commit efd6d97d0a
3 changed files with 7 additions and 3 deletions

View file

@ -2,10 +2,14 @@
All notable changes to this project will be documented in this file.
## [2.1.2] - 2022-06-10
### Fixed
- Bug in `Corr.matrix_symmetric` fixed which appeared when a time slice contained an array with `None` entries.
## [2.1.1] - 2022-06-06
### Fixed
- Bug in error propagation of correlated least square fits fixed.
- Fit_result.gamma_method can now be called with kwargs
- `Fit_result.gamma_method` can now be called with kwargs
## [2.1.0] - 2022-05-31
### Added