aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-06-04 17:30:31 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-06-04 17:30:31 +0200
commit6fbb69306c0e14bacb8dcb92a89af27d3d5d631f (patch)
tree4a6e0c14b412315c13cc4ac6466f4888644195a3 /CHANGES
parent25dca42bac17d511b7e2ebdd9d1d679e7626db5f (diff)
parente746f96bcc29238b79118123028ca170adc4ff0f (diff)
downloadGitPython-6fbb69306c0e14bacb8dcb92a89af27d3d5d631f.tar.gz
GitPython-6fbb69306c0e14bacb8dcb92a89af27d3d5d631f.zip
Merge branch 'odb'
Conflicts: lib/git/cmd.py
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5d677b06..e9e1257e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,12 @@
=======
CHANGES
=======
-
+
+0.2 Beta 2
+===========
+ * Commit objects now carry the 'encoding' information of their message. It wasn't parsed previously, and defaults to UTF-8
+ * Commit.create_from_tree now uses a pure-python implementation, mimicing git-commit-tree
+
0.2
=====
General