32 lines
736 B
Markdown
32 lines
736 B
Markdown
<!-- markdownlint-disable no-duplicate-heading -->
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
<!-- towncrier release notes start -->
|
|
|
|
|
|
## v2.x
|
|
|
|
- No longer ~~a single file module~~.
|
|
- Added support for threadless execution.
|
|
- Added dashboard app.
|
|
- Added support for unit testing.
|
|
|
|
## v1.x
|
|
|
|
- `Python3` only.
|
|
- Deprecated support for ~~Python 2.x~~.
|
|
- Added support multi core accept.
|
|
- Added plugin support.
|
|
|
|
## v0.x
|
|
|
|
- Single file.
|
|
- Single threaded server.
|
|
|
|
For detailed changelog refer to release PRs or commit history.
|