You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
7
7
* Support custom git extensions by @ethomson in https://github.com/libgit2/libgit2/pull/6031
8
8
* Introduce `git_email_create`; deprecate `git_diff_format_email` by @ethomson in https://github.com/libgit2/libgit2/pull/6061
9
9
10
+
## Deprecated APIs
11
+
*`git_oidarray_free` is deprecated; callers should use `git_oidarray_dispose`
12
+
10
13
## Bug fixes
11
14
*#6028: Check if `threadstate->error_t.message` is not `git_buf__initbuf` before freeing. by @arroz in https://github.com/libgit2/libgit2/pull/6029
12
15
* 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
17
20
* win32: allow empty environment variables by @ethomson in https://github.com/libgit2/libgit2/pull/6063
18
21
* Fixes for deprecated APIs by @ethomson in https://github.com/libgit2/libgit2/pull/6066
19
22
* 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
20
26
21
27
## Code cleanups
22
28
* 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
26
32
* Longpath filter bug by @lrm29 in https://github.com/libgit2/libgit2/pull/6055
27
33
* Add test to ensure empty proxy env behaves like unset env by @sathieu in https://github.com/libgit2/libgit2/pull/6052
28
34
* 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
30
37
31
38
## CI Improvements
32
39
* ci: pull libssh2 from www.libssh2.org by @ethomson in https://github.com/libgit2/libgit2/pull/6064
0 commit comments