1 parent 9ec0d38 commit 63a17a8Copy full SHA for 63a17a8
2 files changed
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
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
13
### 1.0.0 (13/7/2015)
14
15
- Removed the webpack integration. While it can be initially convenient, it tends to introduce more problems than
react/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '1.0.0'
+__version__ = '2.0.0'
default_app_config = 'react.apps.ReactConfig'
0 commit comments