From 97ab410f9bd47636059e94748d2f1ba980f2a343 Mon Sep 17 00:00:00 2001 From: Simon Ninon Date: Sun, 9 Apr 2017 19:09:58 -0700 Subject: [PATCH] [2.4.0] update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f6f2f..20e504f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## [v2.4.0](https://github.com/Cylix/tacopie/releases/tag/2.4.0) +### Tag +`2.4.0` +### Date +April 9th, 2017 +### Changes +None. +### Additions +* Provide support for Unix socket. Simply pass in 0 as the port when building a `tcp_socket`, `tcp_client` or `tcp_server`. Then, the host will automatically be treated as the path to a Unix socket instead of a real host. +### Removals +None. + + + + + ## [v2.3.0](https://github.com/Cylix/tacopie/releases/tag/2.3.0) ### Tag `2.3.0`