File: CHANGELOG.md

package info (click to toggle)
rust-av-data 0.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: makefile: 4
file content (28 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Version 0.4.4

- Remove `thiserror` dependency

## Version 0.4.3

- Add Hash trait to some structs
- Include LICENSE file in published crate

## Version 0.4.2

- Update num-derive from 0.3 to 0.4.

## Version 0.4.1

- Use initialized data for a frame.

## Version 0.4.0

- Upgrade to Rust edition 2021.
- Improve documentation.
- Pre-allocate planes.
- Update `num-rational` crate requirement.
- Update `bytes` crates.
- Refactor `Frame`.
- Add trait for copying to/from a buffer.
- Fix colorspace error.
- Fix an API misuse.