From 0beee7631b9c23907a5ac4cc61638a5fec74af40 Mon Sep 17 00:00:00 2001 From: Arni Magnusson Date: Sat, 21 Jan 2023 03:34:21 +1100 Subject: [PATCH] Add taf.boot() alias to NEWS file --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 9a69467..96c2d98 100644 --- a/NEWS.md +++ b/NEWS.md @@ -19,6 +19,7 @@ - source.dir() is equivalent to sourceDir() - make.taf() is equivalent to makeTAF() - make.all() is equivalent to makeAll() + - taf.boot() is equivalent to taf.bootstrap()