From 2b7ed4a3d435a62f3058fa9ad2dab5c155563e16 Mon Sep 17 00:00:00 2001
From: Jason Fisher <jfisher@usgs.gov>
Date: Fri, 17 Mar 2023 14:21:24 -0700
Subject: [PATCH] fix news

---
 NEWS.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/NEWS.md b/NEWS.md
index 24275c9..4b40877 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,8 @@
 # inlcolor 1.0.5
 
-- Ensured that `get_cpt_gmt` function does not write to working directory by default.
 - Add Value section to `plot.inlpal` help documentation.
+- Add `file` argument to `print_table` function, names the connection to print to.
+- Add `destdir` argument to the `get_cpt_gmt` function, names the destination directory to write to.
 
 # inlcolor 1.0.4
 
-- 
GitLab