aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: f0a929371bc322ff1318c49df43c2a675dc91be7 (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Changelog

## [0.3.3] - 2021-12-15

### Fixed

* add source data for errors where appropriate

## [0.3.2] - 2021-12-05

### Fixed

* fixed some doc links

## [0.3.1] - 2021-12-04

### Changed

* moved to `futures_lite` instead of `futures`

## [0.3.0] - 2021-12-04

### Changed

* reimplemented `Reader` and `Writer` using a modern async api

## [0.2.0] - 2019-11-04

### Added

* added `offset` method to `Parser` and `Reader` to get the amount of time to
  offset frame times by in order to pretend that the frames started at time 0

### Fixed

* fix panic when parsing a frame with a large timestamp

## [0.1.0] - 2019-10-27

### Added

* Initial release