diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2021-09-22 15:28:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 15:28:23 -0400 |
commit | 61bbb2d11a917a4ca74e1acc24fc3e822f16fb99 (patch) | |
tree | 8edebe2c9561180980161935f9623d852ce77b8c /docs | |
parent | 183da2cc24e32bd9bc9ff53a570a8e484676728c (diff) | |
download | libgit2-61bbb2d11a917a4ca74e1acc24fc3e822f16fb99.tar.gz |
changelog: fix typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 494007610..9e51296a1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,7 +1,7 @@ v1.3 ---- -This is release v1.3.0, "Zugunruhe". This release includes only minor new featuers that will be helpful for users to have an orderly transition to the v2.0 lineage. +This is release v1.3.0, "Zugunruhe". This release includes only minor new features that will be helpful for users to have an orderly transition to the v2.0 lineage. ## New Features * Support custom git extensions by @ethomson in https://github.com/libgit2/libgit2/pull/6031 |