From 444e8bb8815c665ad5e47a8495b2794141d1d9ae Mon Sep 17 00:00:00 2001 From: Giorgos Charitakis Date: Sat, 17 Feb 2018 00:08:10 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4063bd1..5990bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Change Log +## [1.4.3](https://github.com/gcharita/XMLMapper/releases/tag/1.4.3) (2018-02-17) + +- Fixed [#2](https://github.com/gcharita/XMLMapper/issues/2). Wrong XML String from nodes with attributes only. + ## [1.4.2](https://github.com/gcharita/XMLMapper/releases/tag/1.4.2) (2018-02-04) - Fixed changes that broke Swift 3.1 and Xcode 8.3 support -- Added `innerText` property in `XMLMap` to map directly the text of current XML node #1 +- Added `innerText` property in `XMLMap` to map directly the text of current XML node [#1](https://github.com/gcharita/XMLMapper/issues/1) - General code improvements ## [1.4.1](https://github.com/gcharita/XMLMapper/releases/tag/1.4.1) (2018-01-25)