summaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-16 13:24:30 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-16 13:24:30 -0800
commitbc60052b519b8b991e50b8ccb30f2b76ad125996 (patch)
treec7e50409f58e58c852793544a901850498c00f9b /History.txt
parentbe47ad8aea4f854fc2d6773456fb28f3e9f519e7 (diff)
downloadthird_party-ruby-git-bc60052b519b8b991e50b8ccb30f2b76ad125996.tar.gz
third_party-ruby-git-bc60052b519b8b991e50b8ccb30f2b76ad125996.tar.xz
third_party-ruby-git-bc60052b519b8b991e50b8ccb30f2b76ad125996.zip
updated the docs
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/History.txt b/History.txt
index 83361b5..b7b7bc3 100644
--- a/History.txt
+++ b/History.txt
@@ -1,8 +1,16 @@
-== 1.0.1
+== 1.0.3
-* Initial version
+* Sped up most of the operations
+* Added some predicate functions (commit?, tree?, etc)
+* Added a number of lower level operations (read-tree, write-tree, checkout-index, etc)
+* Fixed a bug with using bare repositories
+* Updated a good amount of the documentation
== 1.0.2
* Added methods to the git objects that might be helpful
+== 1.0.1
+
+* Initial version
+