diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d8a87996586347cb32457bfbb06e524f380098b..499190aeb855837c6029f87e125731d2bd8632b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,13 +14,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed
 
-- 
-
+- The sever by default now only serves TLS 1.2 and 1.3, all previous versions
+  have been disabled in the default settings.  Make sure that your clients
+  (especially the Python client) are up to date.
 
 ### Deprecated
 
 - 
 
+### Removed ###
+
+- 
 
 ### Fixed
 
@@ -29,9 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - NaN Double Values (see #41)
 
+### Security (in case of vulnerabilities)
 
+- TLS is by default restricted to v1.2 and v1.3 now.
 
-### Security (in case of vulnerabilities)
 
 ## [0.1.0] - 2018-10-09