Browse Source

Changelog/contributor/release notes for #1289 and #1299

Karl Hobley 10 years ago
parent
commit
c7f2837ad8
3 changed files with 6 additions and 0 deletions
  1. 2 0
      CHANGELOG.txt
  2. 2 0
      CONTRIBUTORS.rst
  3. 2 0
      docs/releases/0.8.8.rst

+ 2 - 0
CHANGELOG.txt

@@ -56,6 +56,8 @@ Changelog
 0.8.8 (xx.xx.2015)
 ~~~~~~~~~~~~~~~~~~
 * Fix: Formbuilder no longer raises TypeError when submitting unchecked boolean field (Arne Schauf)
+* Fix: Image upload form no longer breaks when using i10n thousand separators (@signalkraft)
+* Fix: Multiple image uploader now escapes HTML in filenames (Mac Chapman)
 
 
 0.8.7 (29.04.2015)

+ 2 - 0
CONTRIBUTORS.rst

@@ -50,6 +50,8 @@ Contributors
 * Arne Schauf
 * Jordi Joan
 * Damian Moore
+* signalkraft
+* Mac Chapman
 
 Translators
 ===========

+ 2 - 0
docs/releases/0.8.8.rst

@@ -13,3 +13,5 @@ Bug fixes
 ~~~~~~~~~
 
 * Form builder no longer raises a ``TypeError`` when submitting unchecked boolean field
+* Image upload form no longer breaks when using i10n thousand separators
+* Multiple image uploader now escapes HTML in filenames