From 062e87cbcc1dfcd3f96a4587a3e134126385a992 Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Fri, 29 Sep 2023 13:00:08 -0600 Subject: [PATCH] Update NEWS --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 44aaeef7..abe96f47 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,8 @@ * Changed the function signature of `pin_write()` so arguments like `type` and `title` must be passed by name and not position (#792). +## Other improvements + * Removed content and user caches for Connect altogether. Now, we look up usernames and content on the Connect server every time (#793).