From 5bf5fbee31cba3e213ba6d0e0742919a2046a96c Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Fri, 29 May 2015 16:16:05 -0400 Subject: [PATCH] Adding notes --- notes/0.13.9/pom-corruption-fix.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 notes/0.13.9/pom-corruption-fix.md diff --git a/notes/0.13.9/pom-corruption-fix.md b/notes/0.13.9/pom-corruption-fix.md new file mode 100644 index 000000000..ab365e92d --- /dev/null +++ b/notes/0.13.9/pom-corruption-fix.md @@ -0,0 +1,14 @@ + [@jsuereth]: https://github.com/jsuereth + + [1856]: https://github.com/sbt/sbt/issues/1856 + +### Fixes with compatibility implications + +### Improvements + +### Bug fixes + +- Fixes a certain class of pom corruption that can occur in the presence of parent-poms. + + +[#1856][1856] by [@jsuereth][@jsuereth]