aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-11 22:01:23 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-11 22:01:23 -0400
commit11f2a812e631b53811d2512c7bc71ad201e1f4fd (patch)
tree6f2d931d1d0979af27b2b80dc41783ae53761028 /CHANGELOG.md
parent600169f0bb0798007b59c18d0342091f1d952d6d (diff)
downloadrbw-11f2a812e631b53811d2512c7bc71ad201e1f4fd.tar.gz
rbw-11f2a812e631b53811d2512c7bc71ad201e1f4fd.zip
percent-decode pinentry data responses
this is required by the assuan protocol, and breaks responses with percents in them otherwise
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51e8052..238fd7f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [Unreleased]
+
+### Fixed
+
+* Login passwords containing a `%` now work properly (albakham).
+
## [0.4.5] - 2020-07-11
### Fixed