From 26fb208f4845229339a6f2f4bd48d684db9cb462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 16 Sep 2016 12:54:48 +0200 Subject: [PATCH] Preparing release of 1.2.16rc2 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b80ed419..3039cb41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # OctoPrint Changelog +## 1.2.16rc2 (2016-09-16) + +### Improvements + + * Return a "400 Bad Request" instead of a "500 Internal Server Error" if a `multipart/form-data` request (e.g. a file upload) is sent which lacks the `boundary` field. + +### Bug Fixes + + * [#1491](https://github.com/foosel/OctoPrint/issues/1491): Fixed generate/delete API key in the user settings + * [#1492](https://github.com/foosel/OctoPrint/issues/1492): Fixed a bug in the software update plugin depending on the presence of the ``prerelease`` flag which is only present when added manually or using a non stable release channel. + +([Commits](https://github.com/foosel/OctoPrint/compare/1.2.16rc1...1.2.16rc2)) + ## 1.2.16rc1 (2016-09-09) ### Improvements