From 44842d03783a2e472f2b355425b30a42e0983ef4 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Fri, 23 Sep 2011 14:47:51 -0600
Subject: [PATCH] document changes merged into train-2011.09.22

---
 ChangeLog | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index cb251971b..3ce89d3a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ train-2011.09.22:
   * development harness (./run.js) now respects an IP_ADDRESS env var to bind to a specific address (other than 127.0.0.1)
   * improved first-time development experience:  `git clone && cd browserid && npm install && npm run`
   * initial support for running locally under virtualbox via vagrant: issue #261 (thanks ozten!)
+  * (fix 2011.09.23) fix race condition between relay iframe and window introduced with IE9 support.  issue #287
+  * (fix 2011.09.23) fix blank popup on second sigin invocation in same session in FFX:  issue #286
+  * (fix 2011.09.23) explicitly disable caching for /wsapi calls, prevents unwanted caching of CSRF and friends. issue #294
 
 train-2011.09.01:
   * /ws_api/set_key always returns returns value instead of HTTP 204 response: #219
-- 
GitLab