File: CHANGELOG.md

package info (click to toggle)
rust-copyless 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 128 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Change Log

## v0.1.4 (24-06-2019)
  - `BoxHelper`: replaced nullable pointer with NonNull

## v0.1.3 (31-05-2019)
  - fixed zero-sized box allocations
  - fixed file permissions in the package

## v0.1.2 (19-03-2019)
  - fixed box alignment

## v0.1.1 (15-03-2019)
  - `BoxHelper` extension

## v0.1 (15-03-2019)
  - `VecHelper` extension