Skip to content

Commit 1440849

Browse files
committed
Update CHANGELOG
1 parent c4b6d94 commit 1440849

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 20.0.0-beta1
2+
3+
New features:
4+
5+
* `is.function` returns `true` for foreign executables
6+
* better error message when FastR cannot find its home directory
7+
8+
Bug fixes:
9+
10+
* strings '-Inf', '+NaN', and '-NaN' are correctly parsed to doubles including ignoring leading and trailing whitespace
11+
* avoid unhandled exceptions in `dev.set` #76
12+
* `for` loop creates and initializes the control variable even if there are no iterations #77
13+
* update the output of the `capabilities` builtin #78
14+
115
# 19.0.0
216

317
New features:

0 commit comments

Comments
 (0)