Skip to content

Commit 94c2de7

Browse files
committed
Update changelog
1 parent 01aeccc commit 94c2de7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v2.1.0
4+
5+
- [Group output](https://github.com/actions/checkout/pull/191)
6+
- [Changes to support GHES alpha release](https://github.com/actions/checkout/pull/199)
7+
- [Persist core.sshCommand for submodules](https://github.com/actions/checkout/pull/184)
8+
- [Add support ssh](https://github.com/actions/checkout/pull/163)
9+
- [Convert submodule SSH URL to HTTPS, when not using SSH](https://github.com/actions/checkout/pull/179)
10+
- [Add submodule support](https://github.com/actions/checkout/pull/157)
11+
- [Follow proxy settings](https://github.com/actions/checkout/pull/144)
12+
- [Fix ref for pr closed event when a pr is merged](https://github.com/actions/checkout/pull/141)
13+
- [Fix issue checking detached when git less than 2.22](https://github.com/actions/checkout/pull/128)
14+
15+
## v2.0.0
16+
17+
- [Do not pass cred on command line](https://github.com/actions/checkout/pull/108)
18+
- [Add input persist-credentials](https://github.com/actions/checkout/pull/107)
19+
- [Fallback to REST API to download repo](https://github.com/actions/checkout/pull/104)
20+
321
## v2 (beta)
422

523
- Improved fetch performance

0 commit comments

Comments
 (0)