--- /dev/null
+What's new in Tornado 4.5.2
+===========================
+
+Aug 27, 2017
+------------
+
+Bug Fixes
+~~~~~~~~~
+
+- Tornado now sets the ``FD_CLOEXEC`` flag on all file descriptors it creates. This prevents hanging client connections and resource leaks when the `tornado.autoreload` module (or ``Application(debug=True)``) is used.
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
-version = "4.5.1"
-version_info = (4, 5, 1, 0)
+version = "4.5.2"
+version_info = (4, 5, 2, 0)