summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2022-02-26 14:49:24 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2022-02-26 14:50:04 -0500
commit182d0d1ee933de46bf0b5a6ec269bafa77aba9a2 (patch)
tree4856479c2c77b4a6b3cd09f1eb8a79d752951216 /docs
parent970c3c71cefd764857a57b6d9f04e147ec3114b6 (diff)
downloadlibgit2-182d0d1ee933de46bf0b5a6ec269bafa77aba9a2.tar.gz
changelog: update changelog with v1.4.2 informationv1.4.2
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index cbfcf4cfe..5a5ef8c36 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,3 +1,20 @@
+v1.4.2
+------
+
+This is a bugfix release with the following changes:
+
+* remote: do store the update_tips callback error value by @carlosmn in https://github.com/libgit2/libgit2/pull/6226
+* win32: `find_system_dirs` does not return `GIT_ENOTFOUND` by @ethomson in https://github.com/libgit2/libgit2/pull/6228
+
+v1.4.1
+------
+
+This is a bugfix release with the following changes:
+
+* xdiff: use xdl_free not free by @ethomson
+* cmake: Fix package name for system http-parser by @mgorny
+* Free parent and ref in lg2_commit before returning by @apnadkarni
+
v1.4
----