From ef9b25188529dac439e5bc0549b00fa58bf27d01 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 30 Mar 2012 18:38:40 -0700 Subject: [PATCH] Changelog re #15 (cherry picked from commit ccb9d751771c616b8051f9f45edb19e0277be7b1) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index b9beae2..69c1caf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Temporary, post-Paramiko changelog while we get our sh!t together. +## ssh 1.7.14 (2012-MM-DD) + +* #15: Implemented parameter substitution in SSHConfig, matching the + implementation of `ssh_config(5)`. Thanks to Olle Lundberg for the patch. + ## ssh 1.7.13 (2012-02-13) * #5: Moved a `fcntl` import closer to where it's used to help avoid