updated docs

This commit is contained in:
2025-02-13 17:59:24 -06:00
parent fbe27b828b
commit a2a98591d5
2 changed files with 10 additions and 3 deletions

View File

@@ -1,14 +1,21 @@
# Changelog
## 2.0.0-r1
- Integrated `repertory` v2.0 changes
## 1.4.0-r1
- Switched packet encryption to XChaCha20-Poly1305
- Allow external XChaCha20-Poly1305 encryption/decryption
- Switched packet encryption to `XChaCha20-Poly1305`
- Allow external `XChaCha20-Poly1305` encryption/decryption
- Support writing base64 string data
- Renamed 'delete/delete_file' to 'remove/remove_file'
## 1.3.1-r3
- Added directory/file exists
- Fix unit tests
## 1.3.1-r2
- Initial release