Skip to content

Commit a5629ff

Browse files
committed
v0.9.1
The object given to Form.extend() is no longer mutated.
1 parent 50fe3f1 commit a5629ff

7 files changed

+8520
-11
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.9.1 / 2014-11-25
2+
==================
3+
4+
* The object given to ``Form.extend()`` is no longer mutated.
5+
16
0.9.0 / 2014-11-11
27
==================
38

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ Browser bundles
3434
Browser bundles expose newforms as a global ``forms`` variable and expect to
3535
find a global ``React`` variable to work with.
3636

37-
`newforms 0.9.0 (development version)`_
37+
`newforms 0.9.1 (development version)`_
3838

3939
Uncompressed, with warnings about potential mistakes.
4040

41-
`newforms 0.9.0 (production version)`_
41+
`newforms 0.9.1 (production version)`_
4242

4343
Compressed version for production.
4444

45-
.. _`newforms 0.9.0 (development version)`: https://github.com/insin/newforms/raw/react/dist/newforms-0.9.0.js
46-
.. _`newforms 0.9.0 (production version)`: https://github.com/insin/newforms/raw/react/dist/newforms-0.9.0.min.js
45+
.. _`newforms 0.9.0 (development version)`: https://github.com/insin/newforms/raw/react/dist/newforms-0.9.1.js
46+
.. _`newforms 0.9.0 (production version)`: https://github.com/insin/newforms/raw/react/dist/newforms-0.9.1.min.js
4747

4848
`Documentation @ ReadTheDocs`_
4949
==============================

0 commit comments

Comments
 (0)