CHANGELOG.md in shapewear-0.1.2 vs CHANGELOG.md in shapewear-0.1.4
- old
+ new
@@ -1,6 +1,15 @@
# Changelog
+## 0.1.4
+* Parameters are now read in the correct order, as specified in the metadata;
+* Complex return types are now working correctly;
+* DRYed some code;
+* Added more logs.
+
+## 0.1.3
+* More fixes for .NET interoperability.
+
## 0.1.2
* Fixed a bug when returning SOAP:Faults.
## 0.1.1
* Added support for SOAP 1.2 Faults;