aboutsummaryrefslogtreecommitdiff
path: root/vendor/connection/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/connection/CHANGELOG.md')
-rw-r--r--vendor/connection/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/connection/CHANGELOG.md b/vendor/connection/CHANGELOG.md
new file mode 100644
index 0000000..727eb09
--- /dev/null
+++ b/vendor/connection/CHANGELOG.md
@@ -0,0 +1,7 @@
+## Version 0.2.1 (16 April 2014)
+
+- Fix a difference between TLSSettings and TLSSettingsSimple,
+ where connection would override the connection hostname and port in
+ the simple case, but leave the field as is with TLSSettings.
+ TLSSettings can now be used properly as template, and will be
+ correctly overriden at the identification level only.