Add a little documentation for v0.1.2

This commit is contained in:
Aaron Heise 2023-09-24 13:50:16 -05:00
parent 36d408fd26
commit 0eae443a32
No known key found for this signature in database
GPG Key ID: 6BA54088C41DE8BF

View File

@ -25,6 +25,12 @@ point still may introduce breaking changes, especially in the
protocol layers of the software.
## Recent Changes
### v0.1.2
- Adaptive compression (RNS update) provides significant performance improvements ([PR](https://github.com/acehoss/rnsh/pull/24))
- Allowed identities file - put allowed identities in a file instead of on the command
line for easier service invocations. ([see PR for details](https://github.com/acehoss/rnsh/pull/25))
- Escape Sequences, Session Termination & Line-Interactive Mode ([see PR for details](https://github.com/acehoss/rnsh/pull/26))
### v0.1.1
- Fix issue with intermittent data corruption