Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jbengler committed Feb 3, 2025
1 parent 42dd52b commit bb627d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
^LICENSE\.md$
^README\.Rmd$
^usethis\.R
^playground\.R
^todo\.R
^_pkgdown\.yml$
^docs$
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.Rproj.user
usethis.R
playground.R
todo.R
docs
.Rhistory
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Breaking changes

* Hard deprecation of `as_tidyplot()`. Converting a ggplot to a tidyplot was probably never a good idea.
* Hard deprecation of `as_tidyplot()`. Converting a ggplot to a tidyplot probably never was a good idea.

## Improvements

Expand Down

0 comments on commit bb627d3

Please sign in to comment.