From b802ef6435591ad1d9d7e3c4675cefe8ade22ab6 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 5 Jun 2018 09:16:09 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94118ef16..81f985b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ 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). -## [0.6.5] - Unrelease +## [0.6.5] - Unreleased -### Changed +### Added -- The configuration of many node-types is now splitted into seperate `in` and `out` sections. Please update your configuration files accordingly. +- A new sub-command `villas-relay` implements a client-to-client WebSocket relay. + It can be used as a proxy for nodes which sit behind a NAT firewall. ## [0.6.4] - 2018-07-18 @@ -52,6 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - The IO format names have changed. They now use dots (`raw.flt32`) instead of hyphens (`raw-flt32`) in their name. Please update your configuration files accordingly. +- The configuration of many node-types is now splitted into seperate `in` and `out` sections. Please update your configuration files accordingly. ## [0.6.1] - 2018-02-17