diff --git a/DESCRIPTION b/DESCRIPTION index e15d07a..5e73f50 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: fuj Type: Package Title: Functions and Utilities for Jordan -Version: 0.1.2.9000 +Version: 0.1.2.9001 Authors@R: person( given = "Jordan Mark", diff --git a/NEWS.md b/NEWS.md index 663b575..eab1d85 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # fuj (development version) +* `list0()` now accepts `named` arguments in `...` [#25](https://github.com/jmbarbone/fuj/issues/25) + # fuj 0.1.2 * `new_condition()` gains a `pkg` argument to control for prepending a package name to the condition call. The default value of `TRUE` will try to find the `.packageName` object from your package. Change the default setting of `pkg` to prevent this addition. [#12](https://github.com/jmbarbone/fuj/issues/12)