Skip to content

Commit

Permalink
start the next version
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Oct 5, 2023
1 parent d213778 commit fcc7de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: DT
Type: Package
Title: A Wrapper of the JavaScript Library 'DataTables'
Version: 0.30
Version: 0.30.1
Authors@R: c(
person("Yihui", "Xie", email = "[email protected]", role = c("aut", "cre")),
person("Joe", "Cheng", role = "aut"),
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# CHANGES IN DT VERSION 0.31


# CHANGES IN DT VERSION 0.30

- Fixed a bug that when using `updateSearch()`, the clear button inside the input box doesn't show up, and the table doesn't update when the input is cleared (thanks, @DavidBlairs, #1082).
Expand Down

0 comments on commit fcc7de0

Please sign in to comment.