From 94d27ea2b8c329828eedb71d96e7e3d1f65978ee Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sat, 28 Feb 2009 19:34:59 -0800 Subject: [PATCH] update history --- History.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.txt b/History.txt index e9351ec..3415f1c 100644 --- a/History.txt +++ b/History.txt @@ -8,6 +8,8 @@ * Make Grit::Submodule grasp the concept of non-unix lineendings [github.com/js] * Added Repo#commit_deltas_from [github.com/js] * do some mild shell escaping when running commands [github.com/js] + * Added two shortcut methods to Tree, for picking trees/blobs only [github.com/Voker57] + * Added <=> method to Blob, needed for sorting tree [github.com/Voker57] == 1.0.3 / 2009-02-13 * Minor Enhancements