Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jipolanco committed Jul 14, 2023
1 parent e46f30a commit f280a16
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

The format is based on [Keep a Changelog] and [Common Changelog].

## [0.19.0] - 2023-07-14

### Changed

- **Breaking:** change behaviour of `similar(u::PencilArray, [T], dims)`.

When the `dims` argument is passed, we now try to return a new `PencilArray` instead of another (non-distributed) array type. Since this is only possible when `dims` matches the array size, an error is now thrown if that is not the case. ([#83])

[Keep a Changelog]: https://keepachangelog.com/en/1.1.0/
[Common Changelog]: https://common-changelog.org/
[#83]: https://github.com/jipolanco/PencilArrays.jl/pull/83

0 comments on commit f280a16

Please sign in to comment.