aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-04 10:23:33 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-04 10:23:33 -0500
commitb7f1e5116b5e182b1ce98560a724fb32ff97cae3 (patch)
treeb1eab8d654e0a61bea3f1a01fc767af51a379ca6 /CHANGELOG.md
parent7c8fa35807d3b3cda991715d9735e151367b2fb6 (diff)
downloadttyrec-b7f1e5116b5e182b1ce98560a724fb32ff97cae3.tar.gz
ttyrec-b7f1e5116b5e182b1ce98560a724fb32ff97cae3.zip
changelog and version bump
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..882a5bd
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,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