From 31bbb91bdeef3710cbe86d80029ee8bf39cdb2ba Mon Sep 17 00:00:00 2001 From: HediaTnani Date: Thu, 11 Jan 2024 11:49:23 -0500 Subject: [PATCH] Add space and BUG FIXES to the NEWS.md --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index f8e534c..d7412ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,7 @@ # qsvaR 1.6.0 + +BUG FIXES + * `getDegTx()` can handle ENSEMBL IDs as input. * `DEqual()` can handle ENSEMBL IDs as input. * Improved unit tests for `getDegTx()` and `DEqual()`.