From 1deec8ea9183440dd9f9e3e8171180ff20c93b11 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Thu, 19 May 2016 00:21:04 +0200 Subject: [PATCH] Update release notes --- notes/1.0.0-M12.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes/1.0.0-M12.markdown b/notes/1.0.0-M12.markdown index a39488da7..aa18092d9 100644 --- a/notes/1.0.0-M12.markdown +++ b/notes/1.0.0-M12.markdown @@ -14,3 +14,7 @@ [#241]: https://github.com/alexarchambault/coursier/pull/241 [#243]: https://github.com/alexarchambault/coursier/pull/243 [#247]: https://github.com/alexarchambault/coursier/pull/247 + +### Non-backward compatible changes + +* Possible minor incompatible binary changes because of the added support for authentication, it is recommended to recompile your code against the `1.0.0-M12` version.