aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-04-17 23:28:49 -0400
committerJesse Luehrs <doy@tozt.net>2021-04-17 23:50:43 -0400
commit6e8c700bccd5b3a5540f4ae303758858eeb40829 (patch)
tree683550f02ddf80d2ece04a33829d3c8e7e804cc0
parentdab58372432eb0917e873d93345dad3ed07ae9eb (diff)
downloadrbw-6e8c700bccd5b3a5540f4ae303758858eeb40829.tar.gz
rbw-6e8c700bccd5b3a5540f4ae303758858eeb40829.zip
changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61bcf82..a0510fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,17 @@
## [Unreleased]
+### Changed
+
+* Prebuilt binaries are now statically linked using musl, to prevent glibc
+ version issues once and for all (#47)
+* Standardize on RustCrypto in preference to ring or openssl
+
### Fixed
* `rbw generate` can now choose the same character more than once (#54, rjc)
+* Improved handling of password history for entries with no password (#51/#53,
+ simias)
## [1.1.2] - 2021-03-06