From dc26f325008d8c759ffa58b0a164dc8471441d94 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Mon, 16 Apr 2018 14:14:20 +0100 Subject: [PATCH] Create Changelog file --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..837e678 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +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.1.1] + +### Fixed +- [DEV] Minor errors in metadata files + +## [0.1.0] + +### Added +- Serve files from the current directory +- Serve files from the target directory +- Serve index files from directories +- Configure number of worker threads +- Bind to custom address and port \ No newline at end of file -- GitLab