aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 882a5bdc6e54942c3fcc2b14d35e73c669dde0d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

## [0.1.1] - 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