summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bae46fe50..8c3ad4480 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -214,3 +214,7 @@ v0.22
* Introduce GIT_REPOSITORY_INIT_RELATIVE_GITLINK to use relative paths
when writing gitlinks, as is used by git core for submodules.
+
+* Introduce git_describe_commit and git_describe_workdir to provide
+ a description of the current commit (and working tree, respectively)
+ based on the nearest tag or reference