From 48b5de6b23f18af1f3df1ad77774b27016d2840f Mon Sep 17 00:00:00 2001 From: James Rosewell Date: Wed, 2 Sep 2015 23:04:10 +0100 Subject: [PATCH] Added changes summary since previous version Former-commit-id: 249e2686b2a541e1da9754ac2c6ca2ffa252dc06 --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54d6ef5..7ca4155 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Data files which are updated weekly and daily, automatically, and with more prop ## Recent Changes -### Version 3.2.3 Highlights +### Version 3.2.4 Highlights This release focuses on reducing memory consumption and improving performance when the device data file is used directly from the disk. @@ -69,6 +69,21 @@ This release focuses on reducing memory consumption and improving performance wh * Version 3.2 data file formats are supported in parallel with version 3.1 data files. * 51Degrees unit tests are now part of the open source distribution. +### Changes from 3.2.3 + +Summary of API changes: + +* Changed the MobileCapabilitiesProvider to continue to support .NET Adapters and Browsers. +* Matches using multiple headers will return the sum of all difference for each header, not just the last one that was used. +* Removed redundant properties and some working properties and fields made internal. +* Nodes with the same number of ranked signatures are now also ordered on their position within the User-Agent to ensure consistency with Java and C APIs. + +Summary of Test changes: + +* UnitTests now check for zero difference as well as the exact method. +* UnitTests now only report the cache results for stream based datasets. +* User-Agent generator contains more comments and new features for more flexible testing. + ### Changes from 3.2.2 * Automatic download requests version 3.2 data file format.