From d583b38290e4b54022356e2dac00b49f9815c4cc Mon Sep 17 00:00:00 2001 From: Stefan Bundfuss Date: Wed, 13 Dec 2023 14:52:06 +0000 Subject: [PATCH] #253 fix_bor_ne: add backticks --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 67b3fcf8..4228de27 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,9 +2,9 @@ ## Updates of Existing Functions -- The `bor_ne` event object was updated such that CR and PR are additionally +- The `bor_ne` event object was updated such that `CR` and `PR` are additionally considered as event. This ensures that the confirmed best overall response for a -patient with a single CR or PR assessment is derived as `"NE"` instead of +patient with a single `CR` or `PR` assessment is derived as `"NE"` instead of `"MISSING"`. (#253) ## Documentation