Skip to content

Commit f4ae5e2

Browse files
Add some more missing changelog entries.
1 parent 3796bd6 commit f4ae5e2

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

CHANGELOG.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,37 @@
99

1010
*Andy Delcambre*
1111

12+
* Update bundled libgit2 to 0.22.1.
13+
14+
See https://github.com/libgit2/libgit2/releases/tag/v0.22.0 and
15+
https://github.com/libgit2/libgit2/releases/tag/v0.22.1 for a list
16+
of fixed issues and new features.
17+
18+
*Arthur Schreiber*
19+
20+
* Add missing handling of libgit2 errors in `Rugged::BranchCollection#each`
21+
and `Rugged::BranchCollection#each_name`.
22+
23+
Fixes #457.
24+
25+
*aiionx*
26+
27+
* The `Rugged::Tree::Builder` API was changed to account for libgit2 changes.
28+
29+
When creating a new `Rugged::Tree::Builder` instance through
30+
`Rugged::Tree::Builder.new` you have to pass a repository instance,
31+
while `Rugged::Tree::Builder#write` does not take any arguments anymore.
32+
33+
*Vicent Martí*
34+
35+
* Add alternative backend support (experimental).
36+
37+
Bare repositories can now be stored using an alternative backend.
38+
39+
Fixes #410.
40+
41+
*Viktor Charypar*
42+
1243
* Replace `Remote#rename!` with `RemoteCollection#rename`.
1344

1445
This brings the `RemoteCollection` more in line with the API of
@@ -23,10 +54,6 @@
2354

2455
*Arthur Schreiber*
2556

26-
* Update to the latest libgit2 version (ce8822cb409917d0201f359cabe3ae55d25895da).
27-
28-
*Arthur Schreiber*
29-
3057
* Add `Repository#merge_bases`.
3158

3259
This returns an array containing all merge bases between one or

0 commit comments

Comments
 (0)