From a363ca7490bfd0086077ab514d7c4d26ac10ab30 Mon Sep 17 00:00:00 2001 From: John Engelman Date: Wed, 21 Nov 2018 08:49:33 -0600 Subject: [PATCH] (chore) Update changes for release --- src/docs/about/README.md | 2 +- src/docs/changes/README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/docs/about/README.md b/src/docs/about/README.md index 94adc5a23..3df0c23fd 100644 --- a/src/docs/about/README.md +++ b/src/docs/about/README.md @@ -48,4 +48,4 @@ so Shadow was published there. * [Osip Fatkullin](https://github.com/osipxd) * [Victor Tso](https://github.com/roxchkplusony) * [Petar Petrov](https://github.com/petarov) - +* [Mark Vieira](https://github.com/mark-vieira) diff --git a/src/docs/changes/README.md b/src/docs/changes/README.md index 8c62d4273..f8c178c31 100644 --- a/src/docs/changes/README.md +++ b/src/docs/changes/README.md @@ -1,5 +1,8 @@ # Change Log +## v4.0.3 (2018-11-21) +* [Mark Vieira](https://github.com/mark-vieira) - Don't leak plugin classes to Gradle's Spec cache [#430](https://github.com/johnrengelman/shadow/pull/430) + ## v4.0.2 (2018-10-27) * [Petar Petrov](https://github.com/petarov) - Update to ASM 7.0-beta and jdependency 2.1.1 to support Java 11, [#415](https://github.com/johnrengelman/shadow/pull/415) * [Victor Tso](https://github.com/roxchkplusony) - Ensure input streams are closed, [#411](https://github.com/johnrengelman/shadow/pull/411) @@ -125,7 +128,7 @@ files within the configured path to merge. * [Matt Hurne](https://github.com/mhurne) - Added `GroovyExtensionModuleTransformer` for merging Groovy Extension module descriptor files. The existing `ServiceFileTransformer` now excludes Groovy Extension Module descriptors by default. -* `distShadowZip` and `distShadowZip` now contain the shadow library and run scripts instead of the default from the +* `distShadowZip` and `distShadowZip` now contain the shadow library and run scripts instead of the default from the `'application'` plugin, [#89](https://github.com/johnrengelman/shadow/issues/89) ## v1.0.3 (2014-07-29)