From 36079c6860c7b77c95a3ffd8e251d5bb52badbb7 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Sun, 21 Jun 2020 13:45:07 -0500 Subject: [PATCH] a news item for 76fef5b9c535afa244989732b53cc8dfb7ffb471 --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4eb4f8cb99..1d1bbe1c05 100644 --- a/NEWS.md +++ b/NEWS.md @@ -26,6 +26,10 @@ - For a non-matrix object passed to `kable()`, its columns are formatted individually via `format()`. Previously, the whole object is coerced via `as.matrix()` (thanks, @thebioengineer, #1827). +## MINOR CHANGES + +- `knitr::image_uri()` calls `xfun::base64_uri()` instead of `markdown:::.b64EncodeFile()` now. + # CHANGES IN knitr VERSION 1.28 ## BUG FIXES