From 6185c6ad4ba689ed438c2075699eb12b24ef5daf Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 21 Jun 2017 10:28:43 -0400 Subject: [PATCH] Changelog for #2605 --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index bd34271da..e3aac2381 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,13 @@ Changelog Changelog goes here! +For developers: + +* Fixed fields in Album and Item objects are now more strict about translating + missing values into type-specific null-like values. This should help in + cases where a string field is unexpectedly `None` sometimes instead of just + showing up as an empty string. :bug:`2605` + 1.4.5 (June 20, 2017) ---------------------