From f07916e8ba6cec6b7b7a006b144d518ac8b2edd8 Mon Sep 17 00:00:00 2001 From: adamhsparks Date: Thu, 18 Oct 2018 17:47:40 +1000 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 ++ docs/news/index.html | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index e5c62264..51391e38 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,8 @@ ## Bug fixes +- Corrects issue where `if()` was called with a vector of length 2 or more + - Corrects logical operators `&&` and `||` where they should be `&` or `|` - Removes extra code in `create_icasa()` and `create_met()` that peformed diff --git a/docs/news/index.html b/docs/news/index.html index a1f97225..a6ad4173 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -120,6 +120,7 @@

Bug fixes