Skip to content

Commit

Permalink
readme, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinschmidt committed Sep 30, 2022
1 parent b3ee338 commit 6693a6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Compat"
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
version = "4.2.0"
version = "4.3.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ changes in `julia`.

## Supported features

* `div`, `lcm`, `gcd`, `/`, `rem`, and `mod` will `promote` heterogenous `Dates.Period`s ([`@bdf9ead9`]). (since Compat 4.3.0)

* `stack` combines a collection of slices into one array ([#43334]). (since Compat 4.2.0)

* `keepat!` removes the items at all the indices which are not given and returns
Expand Down Expand Up @@ -153,3 +155,4 @@ Note that you should specify the correct minimum version for `Compat` in the
[#42351]: https://github.com/JuliaLang/julia/issues/42351
[#43354]: https://github.com/JuliaLang/julia/issues/43354
[#43334]: https://github.com/JuliaLang/julia/issues/43334
[`@bdf9ead9`]: https://github.com/JuliaLang/julia/commit/bdf9ead91e5a8dfd91643a17c1626032faada329

0 comments on commit 6693a6f

Please sign in to comment.