mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04: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
|
# 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).
|
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
|
### [9.23.0] - 2020-02-01
|
||||||
- Various RSA operations added to encrypt, decrypt, sign, verify and generate keys [@mattnotmitt] | [#652]
|
- Various RSA operations added to encrypt, decrypt, sign, verify and generate keys [@mattnotmitt] | [#652]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue