From 7dfa6259d1459c43bcd9d429e8e92cffb6717820 Mon Sep 17 00:00:00 2001 From: Chris Ballinger Date: Thu, 7 Jul 2016 13:19:38 -0700 Subject: [PATCH] Update changelog --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 27523082..9d77db21 100644 --- a/README.markdown +++ b/README.markdown @@ -59,6 +59,7 @@ Love the project? Wanna buy me a coffee? (or a beer :D) [![donation](http://www. ## Changelog +* 5.1.1 - Jul 7 2016 - Fixes issue when integrated as a static library. Min iOS version is back to 6.0. Moved DDXML->NSXML Swift mappings to `SwiftNSXML` subspec. Added test for static library integration. * 5.1.0 - Jul 6 2016 - Removed need for `libxml_module` subspec by removing references to libxml in public headers. Added Obj-C generics and nullability support to match NSXML API. Added watchOS support. Minimum iOS version is now 8.0. * 5.0.3 - Feb 1 2016 - Removed `DDXML_NS_DECLARATIONS_ENABLED` to allow for better Swift compatibility. Added `DDXML.swift` with mappings between NSXML classes and constants and DDXML. * 5.0.2 - Jan 26 2016 - Enable Swift support via `libxml/module.modulemap` and `DDXML_LIBXML_MODULE_ENABLED` macro. You can use the `KissXML/libxml_module` CocoaPods subspec to enable this feature.