Skip to content

Commit

Permalink
(chore) docs for 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
John Engelman committed Oct 28, 2018
1 parent b515b30 commit 5fff165
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Read the [User Guide](http://imperceptiblethoughts.com/shadow)!

| Gradle Version | Shadow Version |
|----------------|----------------|
| 3.x, 4.0 nightlies | 2.0.0|
| 4.x | 4.0.2|

**NOTE**: Shadow v2.0.0 is compatible with Gradle 3.0+ and Java 7+ _only_.
**NOTE**: Shadow v4.+ is compatible with Gradle 4.0+ and Java 7+ _only_.


## Gradle Plugins
Expand Down
6 changes: 6 additions & 0 deletions src/docs/asciidoc/90-changes.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
== Change Log
[discrete]
=== v4.0.2 (2018-10-27)
* https://github.com/petarov[Petar Petrov] - Update to ASM 7.0-beta and jdependency 2.1.1 to support Java 11, https://github.com/johnrengelman/shadow/pull/415
* https://github.com/roxchkplusony[Victor Tso] - Ensure input streams are closed, https://github.com/johnrengelman/shadow/pull/411
* https://github.com/osipxd[Osip Fatkullin] - Exclude `api` configuration from minimization, https://github.com/johnrengelman/shadow/pull/405

[discrete]
=== v4.0.1 (2018-09-30)
* **Breaking Change!** `Transform.modifyOutputStream(ZipOutputStream os)` to `Transform.modifyOutputStream(ZipOutputStream jos, boolean preserveFileTimestamps)`.
Expand Down

0 comments on commit 5fff165

Please sign in to comment.