1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-27 19:04:15 +01:00

Added changelog for ssl fixes

This commit is contained in:
Caleb Stewart 2021-12-26 02:35:16 -05:00
parent e735c40acb
commit 875939f4c8

View File

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The Changelog starts with v0.4.1, because we did not keep one before that,
and simply didn't have the time to go back and retroactively create one.
## [Unreleased]
### Changed
- Fixed parsing of `--ssl` argument in main entrypoint ([#225](https://github.com/calebstewart/pwncat/issues/225))
## [0.5.1] - 2021-12-07
Minor bug fixes. Mainly typos from changing the package name.