Skip to content

Commit 7cb2392

Browse files
committed
Minor NEWS.md tweaks
1 parent 661fa6d commit 7cb2392

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

NEWS.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# epiprocess 0.7.1.9999
22

3-
* Patch `select` for grouped `epi_df`s PR #390
4-
* switched `other_keys` default from `NULL` to `character(0)` PR #390
5-
* minor doc updates PR #393
3+
Note that `epiprocess` uses the [Semantic Versioning
4+
("semver")](https://semver.org/) scheme for all release versions, but any
5+
inter-release development versions will include an additional ".9999" suffix.
6+
Pre-1.0.0 numbering scheme: when making changes to a development version
7+
0.x.y.9999, we will increment y when merging PRs, and will have increment x (and
8+
reset y) on release.
9+
10+
## Breaking changes
11+
12+
* Switched `epi_df`'s `other_keys` default from `NULL` to `character(0)`; PR #390
13+
14+
## Improvements
15+
16+
* `select` on grouped `epi_df`s now only drops `epi_df`ness if it makes sense; PR #390
17+
* Minor documentation updates; PR #393
618

719
# epiprocess 0.7.0.9999
820

@@ -12,10 +24,6 @@
1224

1325
# epiprocess 0.7.0
1426

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

2129
* Changes to `epi_slide` and `epix_slide`:

0 commit comments

Comments
 (0)