From e06cca672c0be297f99dd52af93e01c54f5f1a01 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Wed, 7 Mar 2018 10:27:33 -0500 Subject: [PATCH] Fix typo in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c457c79..aa0743e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ - [Fix details-for-tree-entry.js to access fields instead of calling a function #1326](https://github.com/nodegit/nodegit/pull/1326) - [Add JavaScript version of `git_tag_peel()` #1269](https://github.com/nodegit/nodegit/pull/1269) - [Fixed documentation error #1417](https://github.com/nodegit/nodegit/pull/1417) - - [Annoate Blame.file as async #1421](https://github.com/nodegit/nodegit/pull/1421) + - [Annotate Blame.file as async #1421](https://github.com/nodegit/nodegit/pull/1421) - [Add two missing tests to Commit #1422](https://github.com/nodegit/nodegit/pull/1422) - [CI: Update Node.js versions + some deps #1444](https://github.com/nodegit/nodegit/pull/1444) - [Expose fetch_options.custom_headers #1430](https://github.com/nodegit/nodegit/pull/1430)