From 3a7d602b041eaab86bf8c4e2fbba3655aaed6011 Mon Sep 17 00:00:00 2001 From: Nepomuk Seiler Date: Wed, 22 Aug 2018 18:11:20 +0200 Subject: [PATCH] FIX #1972 add notes --- notes/1.3.0/enable-multiple-source-file-in-mappings.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 notes/1.3.0/enable-multiple-source-file-in-mappings.md diff --git a/notes/1.3.0/enable-multiple-source-file-in-mappings.md b/notes/1.3.0/enable-multiple-source-file-in-mappings.md new file mode 100644 index 000000000..8a085472b --- /dev/null +++ b/notes/1.3.0/enable-multiple-source-file-in-mappings.md @@ -0,0 +1,9 @@ +[@muuki88]: https://github.com/muuki88 +[@gutefrageIT]: https://twitter.com/gutefrageIT + +[#1972]: https://github.com/sbt/sbt/issues/1972 +[#4329]: https://github.com/sbt/sbt/pull/4329 + +### Bug Fixes + +- Enable packaging of the same file more than once [#1972][]/[#4329][] by [@muuki88][] (sponsored by [@gutefrageIT][])