Skip to content

Commit 22fdee3

Browse files
authored
Merge pull request #101 from dwnusbaum/changelog-2.22
Add release notes for 2.22
2 parents 0ec898e + 22d5e08 commit 22fdee3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
## Changelog
22

3+
### 2.22
4+
5+
Release date: 2020-08-03
6+
7+
- Improvement: Add `durabilityHint` symbol to `DurabilityHintBranchProperty` for use in data binding ([PR 97](https://github.com/jenkinsci/workflow-multibranch-plugin/pull/97))
8+
- Improvement: Add French localization ([PR 95](https://github.com/jenkinsci/workflow-multibranch-plugin/pull/95))
9+
- Internal: Update minimum required Jenkins version to 2.176.4, update parent POM, and update dependencies ([PR 100](https://github.com/jenkinsci/workflow-multibranch-plugin/pull/100), [PR 92](https://github.com/jenkinsci/workflow-multibranch-plugin/pull/92))
10+
- Internal: Migrate documentation from wiki to plugins.jenkins.io ([PR 93](https://github.com/jenkinsci/workflow-multibranch-plugin/pull/93))
11+
- Internal: Miscellaneous code cleanup (use try-with-resources, remove redundant casts, use NIO, use type inference, etc.) ([PR 89](https://github.com/jenkinsci/workflow-multibranch-plugin/pull/89))
12+
- Internal: Update `workflow-scm-step` dependency past 2.6 to fix PCT issues ([PR 86](https://github.com/jenkinsci/workflow-multibranch-plugin/pull/86))
13+
- Internal: Replace usage of deprecated APIs with nondeprecated equivalents ([PR 85](https://github.com/jenkinsci/workflow-multibranch-plugin/pull/85))
14+
- Internal: Use the Groovy sandbox consistently in tests ([PR 84](https://github.com/jenkinsci/workflow-multibranch-plugin/pull/84))
15+
316
### 2.21
417

5-
Release date: 2019-03-07
18+
Release date: 2019-03-07
619

720
- [JENKINS-43194](https://issues.jenkins-ci.org/browse/JENKINS-43194) - Make SCMBinder try to abort builds in which Jenkinsfile has been modified by an untrusted contributor ([PR #69](https://github.com/jenkinsci/workflow-multibranch-plugin/pull/69))
821
- Migrate Chinese localization to another plugin ([PR #80](https://github.com/jenkinsci/workflow-multibranch-plugin/pull/80))

0 commit comments

Comments
 (0)