From 3e15eaa7d4138e01f91225014a5477331a097e8e Mon Sep 17 00:00:00 2001 From: Martin Klepsch Date: Mon, 7 Dec 2015 15:01:32 +0100 Subject: [PATCH] document #270 in changelog --- CHANGES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d835b48d..266b8046 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -51,10 +51,11 @@ - Default jar exclusions no longer exclude `pom.{xml,properties}` [#278][278]. - Jars built without the `--file` option that contain multiple `pom.xml` files are now named _project.jar_ instead of named for coordinates derived - from an arbitrarily selected pom [#278]. + from an arbitrarily selected pom [#278][278]. - Installing or pushing a jar without the `--pom` option that contains more than one `pom.xml` now results in an exception instead of installing to - coordinates derived from an arbitrarily selected pom [#278]. + coordinates derived from an arbitrarily selected pom [#278][278]. +- `Stream Closed` exceptions when multiple pod pools are used [#270][270] #### Deprecated @@ -64,6 +65,7 @@ [94]: https://github.com/boot-clj/boot/issues/94 [112]: https://github.com/boot-clj/boot/issues/112 [233]: https://github.com/boot-clj/boot/issues/233 +[270]: https://github.com/boot-clj/boot/issues/270 [271]: https://github.com/boot-clj/boot/issues/271 [274]: https://github.com/boot-clj/boot/issues/274 [278]: https://github.com/boot-clj/boot/issues/278