CounterDroneBackend/CHANGELOG.md

35 lines
680 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Changelog
本文件记录项目对外发布的变更历史(用户视角)。
格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/)
版本号遵循 [语义化版本](https://semver.org/lang/zh-CN/)。
格式说明:
- `Added` — 新增功能
- `Changed` — 现有功能的变更
- `Deprecated` — 即将移除的功能
- `Removed` — 已移除的功能
- `Fixed` — 问题修复
- `Security` — 安全修复
---
## [Unreleased]
### Added
- (待发布的新功能)
### Changed
- (待发布的变更)
---
## [0.1.0] - YYYY-MM-DD
### Added
- 项目初始化。
---
> 更多格式说明见https://keepachangelog.com/zh-CN/1.1.0/