Skip to content

Commit 63a17a8

Browse files
committed
2.0.0
1 parent 9ec0d38 commit 63a17a8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
### 2.0.0 (22/9/2015)
5+
6+
- **Breaking change** The base renderer's __init__ no longer accepts the RENDER_URL setting as an argument.
7+
The url is now resolved during calls, rather than initialisation.
8+
- When used in companion with Django, settings will now be dynamically fetched rather than bound on
9+
initialisation. This enables a codebase to be more easily controlled from a test suite
10+
- Updated docs regarding front-end integration
11+
12+
413
### 1.0.0 (13/7/2015)
514

615
- Removed the webpack integration. While it can be initially convenient, it tends to introduce more problems than

react/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '1.0.0'
1+
__version__ = '2.0.0'
22

33
default_app_config = 'react.apps.ReactConfig'

0 commit comments

Comments
 (0)