From 4f3e494e227c8787e287ff7d1318350c983938b6 Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Fri, 10 May 2024 18:32:04 +0900 Subject: [PATCH] Update changelog. --- NEWS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS.md b/NEWS.md index 99ca1bc..b4db090 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,16 @@ +# Upcoming changes in version 2.11.2 + +BUG FIXES + +- The `importPublicData` function was repaired. + +NEW FEATURES + +- The `plotReverseCumulatives()` function now uses `ggplot2`. Its `main`, + `legend`, `xlab`, `ylab`, `xlim` and `ylim` arguments were removed as this + can be controlled via `ggplot2` functions. +- New `TSSlogo` function wrapping the `ggseqlogo` package. + # Changes in version 2.11.1 BUG FIXES