summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-10-25 16:38:45 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2020-10-25 16:38:45 +0000
commit8b0c7d7cdf4fd5ad30efa66251733d85b9c8b641 (patch)
tree4eec96ec6909313031525b54f6e3c6201e0122c1
parent0caa4655ebdb7bf028df970d0651378d121fab3e (diff)
downloadlibgit2-ethomson/name_is_valid.tar.gz
changelog: include new reference validity functionsethomson/name_is_valid
-rw-r--r--docs/changelog.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 288ef2d11..98bde2f6c 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,3 +1,18 @@
+vNext
+-----
+
+### Changes or improvements
+
+* Branch and tag name validation functions have been introduced:
+ `git_branch_name_is_valid` will check if a branch name is valid,
+ and `git_tag_name_is_valid` will check if a tag name is valid.
+
+* Some remote and reference validity checking functions have been
+ introduced with error reporting semantics. `git_remote_name_is_valid`
+ replaces `git_remote_is_valid_name`. `git_reference_name_is_valid`
+ replaces `git_reference_is_valid_name`. Tthe former functions are
+ deprecated.
+
v1.1
----