update
diff --git a/web/ons-demo/RELEASE_NOTES.txt b/web/ons-demo/RELEASE_NOTES.txt
index a9a934b..275f846 100644
--- a/web/ons-demo/RELEASE_NOTES.txt
+++ b/web/ons-demo/RELEASE_NOTES.txt
@@ -1,8 +1,18 @@
-** March 19, 2013 **
-- aggregation switch sample data DPIDs do not match official switch config.
-	- switch config hacked 00:00:00:00:00:00:01:01 ==> 00:00:00:00:00:00:01:00 etc.
-- layout does not dynamically adjust when window is resized
-	- refresh browser window after resizing to fix layout
+** March 25, 2013 **
+- First pass at flow chooser
+	- Uses mock data
+	- Select flow to show the flow in topology view
+	- Selected flow currently always shows "marching ants" Once iperf is setup the movement will only be when there is iperf traffic
+	- Still need to do popup flow chooser to "monitor" flows in the flow panel
+
+** March 23, 2013 **
+- Link and switch state updates dynamically
+- Link direction is indicated with arrow heads
+
+** March 22, 2013 **
+- Workarounds for Chrome v25 rendering bugs
+- Fixed broken proxy functionality in restapi2.py
+- webui should now work when hosted from a different server than the controller (where it uses gui3.onlab.us:8080) and also when run from the same server (where it uses localhost:8080)
 
 ** March 20, 2013 **
 - URL parameters control functions as follows:
@@ -18,11 +28,8 @@
 - Update configuration files to match test bed
 - Update sample JSON files from test bed
 
-** March 22, 2013 **
-- Workarounds for Chrome v25 rendering bugs
-- Fixed broken proxy functionality in restapi2.py
-- webui should now work when hosted from a different server than the controller (where it uses gui3.onlab.us:8080) and also when run from the same server (where it uses localhost:8080)
-
-** March 23, 2013 **
-- Link and switch state updates dynamically
-- Link direction is indicated with arrow heads
+** March 19, 2013 **
+- aggregation switch sample data DPIDs do not match official switch config.
+	- switch config hacked 00:00:00:00:00:00:01:01 ==> 00:00:00:00:00:00:01:00 etc.
+- layout does not dynamically adjust when window is resized
+	- refresh browser window after resizing to fix layout