You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
Changelog
2
2
=========
3
3
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
+
4
10
### 2.0.0 (22/9/2015)
5
11
6
12
-**Breaking change** The base renderer's __init__ no longer accepts the RENDER_URL setting as an argument.
0 commit comments