From 92ef148a8af351155e588a7e928bbbc7a55219dc Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Tue, 7 Jan 2025 07:59:54 -0600 Subject: [PATCH] add news --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9500bc30..1d86b295 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # CHANGES IN blogdown VERSION 1.20 +- Redirect the wowchemy themes to HugoBlox. + +- No longer use `xfun::attr()` (which will be removed from **xfun**). + # CHANGES IN blogdown VERSION 1.19 - Fixed the bug that shortcodes were mangled when there are raw HTML blocks in the Markdown output from R Markdown (thanks, @Redcozmo, #759).