diff options
| -rw-r--r-- | History.txt | 7 | ||||
| -rw-r--r-- | TODO | 13 |
2 files changed, 8 insertions, 12 deletions
diff --git a/History.txt b/History.txt index ecbfe70..83361b5 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ == 1.0.1 -* New version +* Initial version + +== 1.0.2 + +* Added methods to the git objects that might be helpful + @@ -1,18 +1,9 @@ -* Git::Object methods - - tree recursion - - commit information - - Git::Tree - - children - - blobs/files - - subtrees/subdirs - - * More Error Examples * More Git::Status methods * Speed up through pure ruby -* Speed up through C bindings to libgit-thin
\ No newline at end of file +* Speed up through C bindings to libgit-thin + |
