From ea0abefac9405ef997b158e46e63f1bf89c1713e Mon Sep 17 00:00:00 2001 From: Pierre DAL-PRA Date: Thu, 9 Jul 2015 23:42:59 +0200 Subject: [PATCH] Add notes --- notes/0.13.10/public-null-logger.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 notes/0.13.10/public-null-logger.markdown diff --git a/notes/0.13.10/public-null-logger.markdown b/notes/0.13.10/public-null-logger.markdown new file mode 100644 index 000000000..86ca9a949 --- /dev/null +++ b/notes/0.13.10/public-null-logger.markdown @@ -0,0 +1,10 @@ +[@pdalpra]: http://github.com/pdalpra +[2094]: https://github.com/sbt/sbt/pull/2094 + +### Fixes with compatibility implications + +### Improvements + +- Make the 'dummy' `Logger.Null` public [#2094][2094] by [@pdalpra][@pdalpra] + +### Bug fixes