Skip to content

Commit c85f98c

Browse files
committed
CHANGES: include changes bound for 0.24.1
Include `TreeDefinition.Add` by Object ID. Include `ObjectDatabase.Write` to write a stream.
1 parent 3d5cfa3 commit c85f98c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010
- Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
1111
- Linux/Mac OS X: <https://travis-ci.org/libgit2/libgit2sharp>
1212

13-
## v0.24 + 1
13+
## v0.24.1
1414

1515
### Additions
1616

17+
- `TreeDefinition.Add` can now add a blob to a tree when given its object ID.
18+
- `ObjectDatabase.Write` can now take a readable `Stream` to support writing
19+
large files to the object database.
20+
1721
### Changes
1822

1923
### Fixes

0 commit comments

Comments
 (0)