From 397328a7397378431b5e2bb6e76e913fbb14d39d Mon Sep 17 00:00:00 2001 From: Antoine Aubry Date: Fri, 28 Feb 2014 12:02:30 +0000 Subject: [PATCH] Update changelog. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 63c71daf3..50548558c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ The most up-to-date version can always be found in the following NuGet packages: # Changelog +## Version 3.1.0 + +* Add a parameter to the deserializer to ignore unmapped properties in YAML. + ## Version 3.0.0 * Fix issue #26: Use the actual type of the objects instead of the statically detected one.