shellpki/CHANGELOG.md

27 lines
499 B
Markdown
Raw Normal View History

2020-05-04 17:41:21 +02:00
# 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]
### Added
* Create a changelog
* Add a version number and `version` command
2020-05-04 17:41:21 +02:00
### Changed
* Rename internal function usage() to show_usage()
2020-05-04 17:41:21 +02:00
### Deprecated
### Removed
### Fixed
2020-05-04 17:42:01 +02:00
* Check on $USER was always true
2020-05-04 17:41:21 +02:00
### Security