fixed CHANGELOG

This commit is contained in:
mdipierro
2016-04-12 15:45:54 -05:00
parent 4ed6fb7ed9
commit eba8ad4b55
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,4 @@
## 2.14.1
## 2.14.1-4
- fixed two major security issues that caused the examples app to leak information
- new Auth(…,host_names=[…]) to prevent host header injection
@@ -45,6 +44,7 @@
sessiondb = RedisSession(redis_conn=rconn, session_expiry=False)
session.connect(request, response, db = sessiondb)
Many thanks to Richard and Simone for their work and dedication.
## 2.13.*
+1 -1
View File
@@ -1 +1 @@
Version 2.14.3-stable+timestamp.2016.03.26.17.54.43
Version 2.14.4-stable+timestamp.2016.04.12.15.44.54