From 2f2687f126c667f80dcde21c26c9b4b9f3897698 Mon Sep 17 00:00:00 2001 From: Denys Telezhkin Date: Thu, 4 May 2017 15:10:48 +0300 Subject: [PATCH] Releasing version 0.21.0. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5463a..5f871d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Next +## [0.21.0](https://github.com/lucasmedeirosleite/EasyMapping/releases/tag/0.21.0) + * Fixed potential buffer overflow when using scalar Objective-C properties(#155, #156). * Added support for installation using Carthage and Swift Package Manager. * `ignoreMissingFields` property now properly differentiates between a truly missing from JSON field and field, that contains null, which is turned into NSNull.null instance by NSJSONSerialization.