Skip to content

Commit

Permalink
NEWS: Add entry for list of channels feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zeehio committed Sep 18, 2022
1 parent 2f868a9 commit 4bcbebb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# farver (development version)

* `encode_colour()` and `encode_native()` also accept a list of channel vectors.
If you compute your channels independently you don't need to `cbind()` them into
a contiguous matrix anymore, but rather you can `list()` them (#36, @zeehio).

# farver 2.1.1

* Added input checking to a range of functions to guard against segfaults with
Expand Down

0 comments on commit 4bcbebb

Please sign in to comment.