aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-05 23:56:54 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-05 23:56:54 -0500
commitbaf28a1a8b63da61a4bff56262ec03d7599cc1a5 (patch)
tree1795052635165b2ca468598a8d8c9ac012795a4a /CHANGELOG.md
parent3f740f29fb808fc22ad7db12ac2eac1ab56ec2b6 (diff)
downloadrbw-baf28a1a8b63da61a4bff56262ec03d7599cc1a5.tar.gz
rbw-baf28a1a8b63da61a4bff56262ec03d7599cc1a5.zip
only warn if disabling PTRACE_ATTACH fails
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1885aa4..3df5d53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,15 @@
# Changelog
+## [Unreleased]
+
+### Fixed
+
+* Fix non-Linux platforms (#44, rjc)
+
## [1.1.0] - 2021-03-02
### Added
+
* You can now `rbw config set pinentry pinentry-curses` to change the pinentry
program used by `rbw` (#39, djmattyg007)