Skip to content

Commit c62a395

Browse files
jakobnissenJakob Nybo Andersen
authored andcommitted
Add changelog
1 parent 3eabefd commit c62a395

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Any new features, or breaking changes, will be written in this file.
44
Bugfixes, internal refactors, documentation improvements and style changes will
55
not be mentioned here, because they do not impact how the package is to be used.
66

7+
## 0.4.0
8+
### Breaking changes
9+
* Removed the `Unsafe` trait type:
10+
- Instead of `MutableMemoryView(::Unsafe, ::MemoryView)`, use
11+
`unsafe_wrap(MutableMemoryView, ::MemoryView)`
12+
- Using the inner constructor `MemoryView{T, M}(::Unsafe, ::MemoryRef{T}, ::Int)`
13+
was never documented API and is now removed.
14+
15+
* `MemoryView(::SubArray)` now accepts fewer subarray types. However, it is unlikely
16+
that any instance that is now no longer accepted worked previously, so it is
17+
unlikely to be breaking in practice.
18+
719
## 0.3.5
820
* Add method `MemoryKind{::Type{<:MemoryView}}`
921
* Add package extension for LibDeflate.jl

0 commit comments

Comments
 (0)