Skip to content

Commit e104528

Browse files
committed
Update changelog
1 parent 5b27dee commit e104528

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# 1.15.1 (UNRELEASED)
2+
3+
- New `Repository.revert(...)`
4+
[#1297](https://github.com/libgit2/pygit2/pull/1297)
5+
6+
- New optional `depth` argument in submodules `add()` and `update()` methods
7+
[#1296](https://github.com/libgit2/pygit2/pull/1296)
8+
9+
- Now `Submodule.url` returns `None` when the submodule does not have a url
10+
[#1294](https://github.com/libgit2/pygit2/pull/1294)
11+
12+
- Fix use after free bug in error reporting
13+
[#1299](https://github.com/libgit2/pygit2/pull/1299)
14+
15+
- Fix `Submodule.head_id` when the submodule is not in the current HEAD tree
16+
[#1300](https://github.com/libgit2/pygit2/pull/1300)
17+
18+
- Fix `Submodule.open()` when subclassing `Repository`
19+
[#1295](https://github.com/libgit2/pygit2/pull/1295)
20+
21+
- Fix error in the test suite when running with address sanitizer
22+
[#1304](https://github.com/libgit2/pygit2/pull/1304)
23+
[#1301](https://github.com/libgit2/pygit2/issues/1301)
24+
25+
- Annotations and documentation fixes
26+
[#1293](https://github.com/libgit2/pygit2/pull/1293)
27+
28+
129
# 1.15.0 (2024-05-18)
230

331
- Many deprecated features have been removed, see below

0 commit comments

Comments
 (0)