- **Possibly breaking change** `RenderServer.render` now accepts a `timeout` keyword argument. There are some
edge-cases where this may break down-stream code.
([Corey Burmeister](https://github.com/cburmeister))
https://github.com/markfinger/python-react/pull/73
- Documentation updates regarding production environments. The key takeaway is to ensure that you are using
the `NODE_ENV=production` environment variable so that React runs without debugging helpers which slow down
rendering.
- Documentation updates regarding `RenderServer` API.