Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
The object given to Form.extend() is no longer mutated.
  • Loading branch information
insin committed Nov 25, 2014
1 parent 50fe3f1 commit a5629ff
Show file tree
Hide file tree
Showing 7 changed files with 8,520 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.9.1 / 2014-11-25
==================

* The object given to ``Form.extend()`` is no longer mutated.

0.9.0 / 2014-11-11
==================

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ Browser bundles
Browser bundles expose newforms as a global ``forms`` variable and expect to
find a global ``React`` variable to work with.

`newforms 0.9.0 (development version)`_
`newforms 0.9.1 (development version)`_

Uncompressed, with warnings about potential mistakes.

`newforms 0.9.0 (production version)`_
`newforms 0.9.1 (production version)`_

Compressed version for production.

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

`Documentation @ ReadTheDocs`_
==============================
Expand Down
Loading

0 comments on commit a5629ff

Please sign in to comment.