summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-09-27 08:58:28 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-09-27 08:58:50 -0400
commit13f1270a7a8f99bfd5abdf5e374b7fc9634e18ae (patch)
tree644372c55579237ec0abba0c66d4cc10d1b03b19 /docs
parent8c29885e02605bac92148c7e2f8ba0ce95f5bfb1 (diff)
downloadlibgit2-13f1270a7a8f99bfd5abdf5e374b7fc9634e18ae.tar.gz
v1.3: changelog updates for last-minute changes
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 5625be314..ba7ad6958 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -7,6 +7,9 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
* Support custom git extensions by @ethomson in https://github.com/libgit2/libgit2/pull/6031
* Introduce `git_email_create`; deprecate `git_diff_format_email` by @ethomson in https://github.com/libgit2/libgit2/pull/6061
+## Deprecated APIs
+* `git_oidarray_free` is deprecated; callers should use `git_oidarray_dispose`
+
## Bug fixes
* #6028: Check if `threadstate->error_t.message` is not `git_buf__initbuf` before freeing. by @arroz in https://github.com/libgit2/libgit2/pull/6029
* 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
* win32: allow empty environment variables by @ethomson in https://github.com/libgit2/libgit2/pull/6063
* Fixes for deprecated APIs by @ethomson in https://github.com/libgit2/libgit2/pull/6066
* filter: use a `git_oid` in filter options, not a pointer by @ethomson in https://github.com/libgit2/libgit2/pull/6067
+* diff: update `GIT_DIFF_IGNORE_BLANK_LINES` by @ethomson in https://github.com/libgit2/libgit2/pull/6068
+* Attribute lookups are always on relative paths by @ethomson in https://github.com/libgit2/libgit2/pull/6073
+* Handle long paths when querying attributes by @ethomson in https://github.com/libgit2/libgit2/pull/6075
## Code cleanups
* 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
* Longpath filter bug by @lrm29 in https://github.com/libgit2/libgit2/pull/6055
* Add test to ensure empty proxy env behaves like unset env by @sathieu in https://github.com/libgit2/libgit2/pull/6052
* Stdint header condition has been reverted. by @lolgear in https://github.com/libgit2/libgit2/pull/6020
-* diff: update `GIT_DIFF_IGNORE_BLANK_LINES` by @ethomson in https://github.com/libgit2/libgit2/pull/6068
+* buf: `common_prefix` takes a string array by @ethomson in https://github.com/libgit2/libgit2/pull/6077
+* oidarray: introduce `git_oidarray_dispose` by @ethomson in https://github.com/libgit2/libgit2/pull/6076
## CI Improvements
* ci: pull libssh2 from www.libssh2.org by @ethomson in https://github.com/libgit2/libgit2/pull/6064