summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-09-27 16:09:50 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-09-27 16:09:50 -0400
commitb7bad55e4bb0a285b073ba5e02b01d3f522fc95d (patch)
treeb3deb7cf71d50c87e1f4a4d19d49f411d0079943
parent424812e3d874cc1320a1dd2067d870eb53569414 (diff)
downloadlibgit2-b7bad55e4bb0a285b073ba5e02b01d3f522fc95d.tar.gz
v1.3: very very last-minute changelog updatesv1.3.0
-rw-r--r--docs/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index ba7ad6958..8060874df 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -34,6 +34,7 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
* Stdint header condition has been reverted. by @lolgear in https://github.com/libgit2/libgit2/pull/6020
* 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
+* examples: Free the git_config and git_config_entry after use by @257 in https://github.com/libgit2/libgit2/pull/6071
## CI Improvements
* ci: pull libssh2 from www.libssh2.org by @ethomson in https://github.com/libgit2/libgit2/pull/6064
@@ -48,6 +49,7 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
* @shijinglu made their first contribution in https://github.com/libgit2/libgit2/pull/6050
* @ccstolley made their first contribution in https://github.com/libgit2/libgit2/pull/6060
* @sathieu made their first contribution in https://github.com/libgit2/libgit2/pull/6052
+* @257 made their first contribution in https://github.com/libgit2/libgit2/pull/6071
**Full Changelog**: https://github.com/libgit2/libgit2/compare/v1.2.0...v1.3.0