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