Skip to content

Commit b15502d

Browse files
author
Pavel Marek
committed
Update CHANGELOG
(cherry picked from commit 1cb020b)
1 parent 21da454 commit b15502d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 21.2.0
2+
* Support for packages in 2021-02-01 CRAN snapshot:
3+
* testthat 3.0.1 is partially supported.
4+
* FastR does not support parallel tests run, i.e. run testthat only with `Sys.setenv(TESTTHAT_PARALLEL="false")`.
5+
* tibble 3.0.6 , vctrs 0.3.6, and data.table 1.13.6 are mostly supported.
6+
* Support for dplyr 1.0.3, ggplot 3.3.3, and knitr 1.31 is a work in progress.
7+
8+
Bug fixes:
9+
10+
* `read.dcf` does not ignore whitespaces in fields any more.
11+
* `list.files` gives correct result in a subdirectory with the same prefix as its parent directory.
12+
* Whitespaces in quantifiers in regular expressions are ignored.
13+
* GNU-R does not comply with PCRE with this behavior.
14+
* `sys.frame` displays frames for `NextMethod` correctly.
15+
* `parent.frame` is able to get the frame that is no longer on the stack.
16+
* Which is not recommended due to the documentation of `parent.frame`, but some packages do that nonetheless.
17+
118
# 21.1.0
219

320
* Upgraded FastR to R 4.0.3

0 commit comments

Comments
 (0)