From 40bd677c4dcd7d35cd8ed2a13c6546930d327ba9 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Mon, 16 Apr 2018 14:30:56 +0100 Subject: [PATCH] Update CHANGELOG with MockUploads changes --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 837e678..be8e2af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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 +- Support for `-u, --uploads` to add a path that accepts form submissions +- Support for -U=<path>, --upload-path=<path>` to add a custom path that accepts form submissions +- `.swerve` configuration directory support. Swerve will look for a `.swerve` directory in the target directory, containing a `config.yml` file that can define various server options, including command line options +- Support "Log" and "File" handlers for files in form submissions +- Support "Log" handler for fields in form submissions +- [UNSTABLE] Initial support for custom route scripting + +### Fixed +- Incorrect file type returned for `.wasm` files + ## [0.1.1] ### Fixed -- GitLab