mirror of
https://github.com/gchq/CyberChef
synced 2024-12-28 05:23:10 +00:00
Updated CHANGELOG
This commit is contained in:
parent
16c9e7119d
commit
becc258b6c
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,7 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## Versioning
|
||||
|
||||
CyberChef uses the [semver](https://semver.org/) system to manage versioning: MAJOR.MINOR.PATCH.
|
||||
|
||||
- MAJOR version changes represent a significant change to the fundamental architecture of CyberChef and may (but don't always) make breaking changes that are not backwards compatible.
|
||||
- MINOR version changes usually mean the addition of new operations or reasonably significant new features.
|
||||
- PATCH versions are used for bug fixes and any other small tweaks that modify or improve existing capabilities.
|
||||
|
||||
All major and minor version changes will be documented in this file. Details of patch-level version changes can be found in [commit messages](https://github.com/gchq/CyberChef/commits/master).
|
||||
|
||||
|
||||
## Details
|
||||
|
||||
### [9.23.0] - 2020-02-01
|
||||
- Various RSA operations added to encrypt, decrypt, sign, verify and generate keys [@mattnotmitt] | [#652]
|
||||
|
||||
|
|
Loading…
Reference in a new issue