From 6bf48dcf3d8f14a58bc14d8c7fd0addbe53ec577 Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Wed, 18 Oct 2023 17:31:06 -0500 Subject: [PATCH] fixed changelog --- CHANGELOG-unreleased.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-unreleased.md b/CHANGELOG-unreleased.md index d5ab7fdd8..10566b480 100644 --- a/CHANGELOG-unreleased.md +++ b/CHANGELOG-unreleased.md @@ -34,6 +34,6 @@ the released changes. - Fixed an incorrect docstring in `pbprime()` functions. - Fix ICRS -> ECL conversion when parameter uncertainties are not set. - `get_TOAs` raises an exception upon finding mixed narrowband and wideband TOAs in a tim file. `TOAs.is_wideband` returns True only if *ALL* TOAs have the -pp_dm flag. -- `make_fake_toas_uniform` respects units of errors +- `make_fake_toas_uniform` and `make_fake_toas_fromMJDs` respects units of errors - `TimingModel.designmatrix()` method will fail with an informative error message if there are free unfittable parameters in the timing model. ### Removed