summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-08-23 22:15:11 -0400
committerJesse Luehrs <doy@tozt.net>2016-08-23 22:15:11 -0400
commit143c659ddbc9adf97146e15fc1bb2f858e63b243 (patch)
treef62562103334de30689d898061c716702c39b371 /Changes
parent9c7c8954e6e6112b9629238521d06d9591b07a66 (diff)
downloadreply-143c659ddbc9adf97146e15fc1bb2f858e63b243.tar.gz
reply-143c659ddbc9adf97146e15fc1bb2f858e63b243.zip
make tests pass again if Term::ReadKey is not installed (#52)
Diffstat (limited to 'Changes')
-rw-r--r--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index 569133f..69d45dc 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
Revision history for Reply
{{$NEXT}}
+ - make tests pass again if Term::ReadKey is not installed (andk, #52)
0.41 2016-08-16
- add #vars command to list currently in scope variable names (garu, #39)