Skip to content

Commit cda1778

Browse files
committed
some news items for 1.10.5
1 parent 8de67a7 commit cda1778

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# CHANGES IN knitr VERSION 1.10.5
2+
3+
## MAJOR CHANGES
4+
5+
- this version is a patch release due to a few changes in handling the `params` field of the YAML metadata, including
6+
- the character input passed to `yaml::yaml.load()` will always be converted to UTF-8 to make sure multibyte characters work in YAML
7+
- the character output from `yaml::yaml.load()` will always be marked as UTF-8 (https://github.com/viking/r-yaml/issues/6)
8+
- `y`, `Y`, `n`, and `N` will not be treated as booleans (`TRUE`/`FALSE`), although they do stand for booleans in the YAML 1.1 spec
9+
- for `purl()`, the `params` field will be correctly written to the R script
10+
111
# CHANGES IN knitr VERSION 1.10
212

313
## NEW FEATURES

0 commit comments

Comments
 (0)