diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51af691f10b8738a8772c6a2b2814b999ff27f78..fbf5ea8af29ad1abef0cf817497edc80db952f7f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
+## [Unreleased]
+
+### Added
+
+- Socket node-type support for Unix Domain Sockets
+- Protobuf io format
+- Python example client using new Protobuf and UDP/Unix sockets
+
+### Changed
+
+- Upgraded Docker build containers to Fedora 27
+- Updated submodules for most dependencies
+- Use "LABEL" instead of "MAINTAINER" keyword in Dockerfiles
+
+### Fixed
+
+- Socket node-type supports now arbirarily sized packets
+
 ## [0.5.1] - 2017-10-23
 
 ### Changed