Skip to content

Commit e2e5ec6

Browse files
committed
Update CHANGELOG
1 parent 55e8ece commit e2e5ec6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 1.0 RC 9
2+
3+
New features
4+
5+
* various improvements in handling of foreign objects in R
6+
7+
Added missing R builtins and C API
8+
9+
* eapply builtin
10+
* rapply builtin
11+
12+
Bug fixes:
13+
14+
* colon builtin calculated length incorrectly in some circumstances
15+
* `storage.mode<-` works with NULL
16+
* Rf_coerceVector works with pairlists and language objects
17+
* allow formal parameter names: '..1', '..1=default', '...=default'
18+
119
# 1.0 RC 8
220

321
Bug fixes

0 commit comments

Comments
 (0)