From eabff453cd2bf5fa262e623ad51cc8c32c4bf1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 13 Oct 2016 16:12:57 +0200 Subject: [PATCH] Preparing release of 1.2.17rc3 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b9e21e..38ae44a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # OctoPrint Changelog +## 1.2.17rc3 (2016-10-13) + +### Bug fixes + + * Fixed a wrong order in loading JS files on the client introduced in 1.2.17rc2 to make the UI more resilient against broken plugin JS. + +([Commits](https://github.com/foosel/OctoPrint/compare/1.2.17rc2...1.2.17rc3)) + ## 1.2.17rc2 (2016-10-13) ### Improvements