Skip to content

Commit 13f1270

Browse files
committed
v1.3: changelog updates for last-minute changes
1 parent 8c29885 commit 13f1270

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/changelog.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
77
* Support custom git extensions by @ethomson in https://github.com/libgit2/libgit2/pull/6031
88
* Introduce `git_email_create`; deprecate `git_diff_format_email` by @ethomson in https://github.com/libgit2/libgit2/pull/6061
99

10+
## Deprecated APIs
11+
* `git_oidarray_free` is deprecated; callers should use `git_oidarray_dispose`
12+
1013
## Bug fixes
1114
* #6028: Check if `threadstate->error_t.message` is not `git_buf__initbuf` before freeing. by @arroz in https://github.com/libgit2/libgit2/pull/6029
1215
* remote: Mark `git_remote_name_is_valid` as `GIT_EXTERN` by @lhchavez in https://github.com/libgit2/libgit2/pull/6032
@@ -17,6 +20,9 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
1720
* win32: allow empty environment variables by @ethomson in https://github.com/libgit2/libgit2/pull/6063
1821
* Fixes for deprecated APIs by @ethomson in https://github.com/libgit2/libgit2/pull/6066
1922
* filter: use a `git_oid` in filter options, not a pointer by @ethomson in https://github.com/libgit2/libgit2/pull/6067
23+
* diff: update `GIT_DIFF_IGNORE_BLANK_LINES` by @ethomson in https://github.com/libgit2/libgit2/pull/6068
24+
* Attribute lookups are always on relative paths by @ethomson in https://github.com/libgit2/libgit2/pull/6073
25+
* Handle long paths when querying attributes by @ethomson in https://github.com/libgit2/libgit2/pull/6075
2026

2127
## Code cleanups
2228
* notes: use a buffer internally by @ethomson in https://github.com/libgit2/libgit2/pull/6047
@@ -26,7 +32,8 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
2632
* Longpath filter bug by @lrm29 in https://github.com/libgit2/libgit2/pull/6055
2733
* Add test to ensure empty proxy env behaves like unset env by @sathieu in https://github.com/libgit2/libgit2/pull/6052
2834
* Stdint header condition has been reverted. by @lolgear in https://github.com/libgit2/libgit2/pull/6020
29-
* diff: update `GIT_DIFF_IGNORE_BLANK_LINES` by @ethomson in https://github.com/libgit2/libgit2/pull/6068
35+
* buf: `common_prefix` takes a string array by @ethomson in https://github.com/libgit2/libgit2/pull/6077
36+
* oidarray: introduce `git_oidarray_dispose` by @ethomson in https://github.com/libgit2/libgit2/pull/6076
3037

3138
## CI Improvements
3239
* ci: pull libssh2 from www.libssh2.org by @ethomson in https://github.com/libgit2/libgit2/pull/6064

0 commit comments

Comments
 (0)