Skip to content

Commit

Permalink
Minor NEWS.md tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslogan committed Jan 18, 2024
1 parent 661fa6d commit 7cb2392
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# epiprocess 0.7.1.9999

* Patch `select` for grouped `epi_df`s PR #390
* switched `other_keys` default from `NULL` to `character(0)` PR #390
* minor doc updates PR #393
Note that `epiprocess` uses the [Semantic Versioning
("semver")](https://semver.org/) scheme for all release versions, but any
inter-release development versions will include an additional ".9999" suffix.
Pre-1.0.0 numbering scheme: when making changes to a development version
0.x.y.9999, we will increment y when merging PRs, and will have increment x (and
reset y) on release.

## Breaking changes

* Switched `epi_df`'s `other_keys` default from `NULL` to `character(0)`; PR #390

## Improvements

* `select` on grouped `epi_df`s now only drops `epi_df`ness if it makes sense; PR #390
* Minor documentation updates; PR #393

# epiprocess 0.7.0.9999

Expand All @@ -12,10 +24,6 @@

# epiprocess 0.7.0

Note that `epiprocess` uses the [Semantic Versioning
("semver")](https://semver.org/) scheme for all release versions, but any
inter-release development versions will include an additional ".9999" suffix.

## Breaking changes

* Changes to `epi_slide` and `epix_slide`:
Expand Down

0 comments on commit 7cb2392

Please sign in to comment.