Skip to content

Commit

Permalink
Add to news
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 6, 2023
1 parent 3a9ad6a commit 19c6627
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ mu-referencing style to run the optimization.
modifying a line in-place still applies. While this is a breaking
change, most code will perform the same.

- Labels can now be dropped by `ini(param=label(NULL))`. Also
parameters can be dropped with the idiom `model(param=NULL)` or
`ini(param=NULL)` changes the parameter to a covariate to align with
this idiom of dropping parameters

## Internal new features

- Add `as.model()` for list expressions, which implies `model(ui) <-
Expand Down

0 comments on commit 19c6627

Please sign in to comment.