Skip to content

Commit

Permalink
Added changes summary since previous version
Browse files Browse the repository at this point in the history
Former-commit-id: 249e2686b2a541e1da9754ac2c6ca2ffa252dc06
  • Loading branch information
jwrosewell committed Sep 2, 2015
1 parent 8fac632 commit 48b5de6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Expand Down

0 comments on commit 48b5de6

Please sign in to comment.