We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5cfa3 commit c85f98cCopy full SHA for c85f98c
CHANGES.md
@@ -10,10 +10,14 @@
10
- Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
11
- Linux/Mac OS X: <https://travis-ci.org/libgit2/libgit2sharp>
12
13
-## v0.24 + 1
+## v0.24.1
14
15
### Additions
16
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
+
21
### Changes
22
23
### Fixes
0 commit comments