Skip to content

Commit

Permalink
Merge pull request #334 from dwnusbaum/2.75-changelog
Browse files Browse the repository at this point in the history
Update changelog for 2.75 release
  • Loading branch information
dwnusbaum authored Oct 31, 2019
2 parents 21e9bb3 + 8bb84dc commit 4f41530
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## Changelog

### 2.74
### 2.75

Release date: 2019-10-31

* Fix: Do not log CPS method mismatch warnings for invocations of closures stored in class fields or maps. ([JENKINS-58407](https://issues.jenkins-ci.org/browse/JENKINS-58407))
* Fix: Do not log CPS method mismatch warnings when the receiver is defined in a Jenkins Plugin. ([JENKINS-58643](https://issues.jenkins-ci.org/browse/JENKINS-58643))
* Fix: Do not log CPS method mismatch warnings for uses of `GroovyShell.evaluate`. ([JENKINS-58620](https://issues.jenkins-ci.org/browse/JENKINS-58620))
* Improvement: Make the error that is thrown when the script for a Pipeline definition cannot be found in the configured SCM clearer. ([JENKINS-59425](https://issues.jenkins-ci.org/browse/JENKINS-59425))
* Improvement: Add Declarative Pipeline samples to the editor for Pipeline jobs. ([JENKINS-42471](https://issues.jenkins-ci.org/browse/JENKINS-42471))
* Internal: Refactor code to use Java 7+ language features, improve performance, clarity, and coverage of tests, and migrate Wiki content to GitHub ([PR 310](https://github.com/jenkinsci/workflow-cps-plugin/pull/320), [PR 321](https://github.com/jenkinsci/workflow-cps-plugin/pull/321), [PR 322](https://github.com/jenkinsci/workflow-cps-plugin/pull/322), [PR 330](https://github.com/jenkinsci/workflow-cps-plugin/pull/330), [PR 331](https://github.com/jenkinsci/workflow-cps-plugin/pull/331), [PR 333](https://github.com/jenkinsci/workflow-cps-plugin/pull/333))

### 2.74

Release date: 2019-08-24

Expand Down Expand Up @@ -649,4 +660,4 @@ Release date: 2016-04-05

* First release under per-plugin versioning scheme. See [1.x changelog](https://github.com/jenkinsci/workflow-plugin/blob/82e7defa37c05c5f004f1ba01c93df61ea7868a5/CHANGES.md) for earlier releases.
* [JENKINS-26481](https://issues.jenkins-ci.org/browse/JENKINS-26481) `list.each {…`} now works from Pipeline scripts (without `@NonCPS`).
* [JENKINS-27421](https://issues.jenkins-ci.org/browse/JENKINS-27421) `for (def x in list) {…`} now works from Pipeline scripts (without `@NonCPS`).
* [JENKINS-27421](https://issues.jenkins-ci.org/browse/JENKINS-27421) `for (def x in list) {…`} now works from Pipeline scripts (without `@NonCPS`).

0 comments on commit 4f41530

Please sign in to comment.