From aa958b5ab250c8a202b24444935255d773608ea6 Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Tue, 30 Apr 2019 16:07:25 -0400 Subject: [PATCH] Add Racket 7.2 to the build. ` --- .travis.yml | 1 + LOG | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7263624..b683920 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ env: # - RACKET_VERSION=6.12 - RACKET_VERSION=7.0 - RACKET_VERSION=7.1 + - RACKET_VERSION=7.2 - RACKET_VERSION=HEAD matrix: diff --git a/LOG b/LOG index c5e874a..bc4543b 100644 --- a/LOG +++ b/LOG @@ -1,5 +1,5 @@ v0.2.2 -Date: TBD +Date: 2019-04-30 Commit#: TBD * Video can (sometimes) continue when there is an error in the video stream. - This is useful for webcams that are not completely standards compliant.