summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-06-02 00:48:16 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-06-02 01:04:16 +0200
commitdf0892351a394d768489b5647d47b73c24d3ef5f (patch)
treefc2cbca826f2b728fe58aa22a09e3a65c12543ae /CHANGES
parent6d9b1f4f9fa8c9f030e3207e7deacc5d5f8bba4e (diff)
downloadgitpython-df0892351a394d768489b5647d47b73c24d3ef5f.tar.gz
commit: initial version of commit_from_tree which could create commit objects if it could serialize itself
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5d677b06..e24e723d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,11 @@
=======
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
+
0.2
=====
General