CHANGES.txt in rye-0.7.0 vs CHANGES.txt in rye-0.7.1

- old
+ new

@@ -5,9 +5,15 @@ * Re-implement Rye::Rap as an Observable StringIO object for dynamic printing of output. * Fingerprints: ssh-keygen -l -f id_rsa_repos.pub * Add S3 support for Rye::Box.upload / download +#### 0.7.1 (2009-05-31) ############################# + +* CHANGE: Removed broken grep method from Rye::Rap +* ADDED: Rye::Cmd#add_command helper for adding new command methods. + + #### 0.7.0 (2009-05-30) ############################# * CHANGE: Rye::Box now uses unique instance variable names to encourage using instance variables in batch command blocks. * ADDED: Rye::Box#file_append