diff --git a/CHANGES.md b/CHANGES.md index 0220e188..5b2dc94a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## dev +- label field missing in branch refs for ghost (@dra27 and @tmcgilchrist #256) + ## 4.4.0 (2021-06-13) - Fixes to odoc warnings and cohttp dependencies (@Aaylor #244) diff --git a/lib_data/github.atd b/lib_data/github.atd index 031c4fc0..4e32aeb0 100644 --- a/lib_data/github.atd +++ b/lib_data/github.atd @@ -469,7 +469,7 @@ type repository_issue_search = { } type branch = { - label: string; + label: string nullable; ref: string; sha: string; ?user: user option;