From e6c6067c3b5afe1c3722d591c80aa1cba81713a2 Mon Sep 17 00:00:00 2001 From: Joshua Ulrich Date: Wed, 5 Jun 2024 13:32:29 -0500 Subject: [PATCH] Update news for release --- NEWS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS.md b/NEWS.md index 47a76e0..1febb41 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,24 @@ +# xts 0.14.0 (2024-06-05) + +* `addEventLines()` and `addLegend()` now draw on multiple panels when `on` is + a vector. Thanks to Ethan Smith for the report. + ([#420](https://github.com/joshuaulrich/xts/issues/420)) + +* Replace `SET_TYPEOF()` in merge.c because it will error when it tries to + convert a REAL to an INTEGER. Thanks to Kurt Hornik for the report! + ([#419](https://github.com/joshuaulrich/xts/issues/419)) + +* Fix crash when 'j' is not an integer and in [0, 1) (e.g. `j = 0.1`). Also + throw a warning when 'j' is not an integer. + ([#413](https://github.com/joshuaulrich/xts/issues/413)) + ([#415](https://github.com/joshuaulrich/xts/issues/415)) + +* Fix plot header when `layout()` is used to draw multiple plots on a single + device. Thanks to Dirk Eddelbuettel for the report and testing! + ([#412](https://github.com/joshuaulrich/xts/issues/412)) + +* Fix plot legend location when the y-axis is log scale. + ([#407](https://github.com/joshuaulrich/xts/issues/407)) # xts 0.13.2 (2024-01-21)