Skip to content

Commit 8b0c7d7

Browse files
committed
changelog: include new reference validity functions
1 parent 0caa465 commit 8b0c7d7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
vNext
2+
-----
3+
4+
### Changes or improvements
5+
6+
* Branch and tag name validation functions have been introduced:
7+
`git_branch_name_is_valid` will check if a branch name is valid,
8+
and `git_tag_name_is_valid` will check if a tag name is valid.
9+
10+
* Some remote and reference validity checking functions have been
11+
introduced with error reporting semantics. `git_remote_name_is_valid`
12+
replaces `git_remote_is_valid_name`. `git_reference_name_is_valid`
13+
replaces `git_reference_is_valid_name`. Tthe former functions are
14+
deprecated.
15+
116
v1.1
217
----
318

0 commit comments

Comments
 (0)