Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr authored Feb 12, 2024
1 parent 78ec9f5 commit 8fec792
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# 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

* 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

Expand Down

0 comments on commit 8fec792

Please sign in to comment.