mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
* add axum-debug to workspace * update readme * add changes to changelog * little docs update * fix the gap a tab has leaked into workspace Cargo.toml, it must be fixed * address clippy warnings
16 lines
459 B
Markdown
16 lines
459 B
Markdown
# 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.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
# Unreleased
|
|
|
|
- **breaking:** Removed `debug_router` macro.
|
|
- **breaking:** Removed `check_service` function.
|
|
- **breaking:** Removed `debug_service` function.
|
|
|
|
# 0.1.0 (6. October 2021)
|
|
|
|
- Initial release.
|