diff --git a/docs/news/index.html b/docs/news/index.html index dd40595..d47c448 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -65,7 +65,7 @@
2024-02-09 * This version adds the DRR template, example files, and associated documentation to the QCkit package.
+2024-02-09 * This version adds the DRR template, example files, and associated documentation to the QCkit package. * Bugfix in get_custom_flag()
: it was counting both A (accepted) and AE (Accepted, estiamted) as Accepted. Fixed the regex such that it Accepted will include all cells that start with A followed by nothing or by any character except AE such that flags can have explanation codes added to them (e.g. A_jenkins if “Jenkins” flagged the data as accepted)