summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-06-25 18:55:48 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2015-06-25 18:55:48 -0400
commitc0280bdd1542640a83d732d7c50c30dddf4dc8df (patch)
tree477cb103b69c39837068e54553306dd26f62ef62 /CHANGELOG.md
parent552249f941a4364f27e0092649af9ec09d9fa770 (diff)
parentc2418f461374a618504c261a4c71cdb01bab9f68 (diff)
downloadlibgit2-c0280bdd1542640a83d732d7c50c30dddf4dc8df.tar.gz
Merge pull request #3255 from libgit2/cmn/rename-unspecified
Rename FALLBACK to UNSPECIFIED
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21774ca20..852000bba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -245,7 +245,7 @@ support for HTTPS connections insead of OpenSSL.
to fetch options which determine the runtime configuration.
* The `git_remote_autotag_option_t` values have been changed. It has
- gained a `_FALLBACK` default value to specify no override for the
+ gained a `_UNSPECIFIED` default value to specify no override for the
configured setting.
* `git_remote_update_tips()` now takes a pointer to the callbacks as