Skip to content
Snippets Groups Projects
Unverified Commit 40bd677c authored by Louis's avatar Louis :fire:
Browse files

Update CHANGELOG with MockUploads changes

parent dc26f325
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment