From a61343e2e993b11f81c09ebc75a0d4c499bc1ed1 Mon Sep 17 00:00:00 2001 From: Dan Allongo Date: Wed, 11 May 2016 17:03:12 -0600 Subject: [PATCH] update change log --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4220233..1b38ddc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ Details of the shared memory map can be found in `Include\rfSharedStruct.hpp`. T A sample application using Python to access the memory map can be found in https://github.com/dallongo/pySRD9c. ### Releases +#### 2016-05-11 (v2.0.0.0) + +* Added Vehicle Info interpolation between Scoring updates +* Changed meaning of deltaTime to be time since last Scoring update +* Changed inRealtime to be set/unset by Enter/ExitRealtime methods +* Added clean up before and after each session + #### 2016-05-09 (v1.1.0.0) * Updated `rfVehicleInfo` to include acceleration and rotation vectors