Skip to content

Commit 538a397

Browse files
committed
3.0.0
1 parent b11ad94 commit 538a397

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
### 3.0.0 (6/4/2016)
5+
6+
- **Possibly breaking change** render_component now accepts a `request_headers` keyword argument.
7+
There are some edge-cases where this may break down-stream code. If you are overriding
8+
part of the render pipeline, you may need to ensure that you are using `**kwargs` to read and/or pass wildcard arguments. ([Ben Ilegbodu](https://github.com/benmvp)) https://github.com/markfinger/python-react/pull/64
9+
410
### 2.0.0 (22/9/2015)
511

612
- **Breaking change** The base renderer's __init__ no longer accepts the RENDER_URL setting as an argument.

react/__init__.py

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

33
default_app_config = 'react.apps.ReactConfig'

0 commit comments

Comments
 (0)