From dfd1afaf23d32ded14d6bf7b4b97f0fbb0ea6492 Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Thu, 3 Oct 2024 17:00:42 -0600 Subject: [PATCH] Update NEWS --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0a755237..fb7c4bb9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,8 @@ * Changed the function signature of `pin_upload()` to be consistent with `pin_write()` i.e. arguments like `tags` must be passed by name and not position (#809). +* Started gradual deprecation process for legacy pins functions such as `pin()` (#844). + ## Other improvements * Added example Python code to pin previews for Posit Connect (#806).