Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Suggests:
later (>= 1.1.0),
magrittr (>= 2.0.0),
promises,
R6,
reticulate,
rmarkdown,
testthat (>= 3.0.0)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# coro (development version)

* Async functions and generators can now be R6 methods (#63).

* A memory leak that crept back in (see #36) was fixed with a more robust approach.


# coro 1.1.0

* Iterator functions are now allowed to have a `close` argument.
Expand Down
Loading
Loading