forked from Project-OSRM/osrm-backend
-
Notifications
You must be signed in to change notification settings - Fork 7
CHANGELOG
Jay Zhang edited this page Apr 16, 2020
·
2 revisions
- Follow the keepchangelog rule
- Every PR should have at least one entry in CHANGELOG-FORK.md to describe what does it do.
- Make sure it's easy to understand since it's for humans, not machines.
- Format:
[Type] [Contents] [Issue/PR ID]
, e.g.,- ADDED new cmd tool
nodes2way-cli
to able to query ways from nodes #274
- ADDED new cmd tool
- Feature:
- Bugfix:
- Performance:
- Tools:
- Docs:
- ADDED for new features.
- CHANGED for changes in existing functionality.
- DEPRECATED for soon-to-be removed features.
- REMOVED for now removed features.
- FIXED for any bug fixes.
- SECURITY in case of vulnerabilities.