From 8fec7927f8c2ad3856308474e751a16fe60d5e4e Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:16:13 +0100 Subject: [PATCH] Update NEWS.md Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 673145b5d..616f53673 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # teal.data 0.4.0.9004 +### Enhancements +* Extended `get_code.teal_data()` with a possibility to steer internal methods with `...` parameter. + # teal.data 0.4.0 ### Enhancements @@ -7,7 +10,6 @@ * Simplified `join_key` to better support primary keys. * `JoinKey` `R6` object was removed in favor of a list-like object with class name `join_keys`. Subset operators and assignments are supported (`[`, `[[`, `[<-` and `[[<-`) * `join_keys` function works as a constructor, getter and setter. -* Extended `get_code.teal_data()` with a possibility to steer internal methods with `...` parameter. ### Breaking changes