Skip to content

Commit 6248a5d

Browse files
committed
Update changelog
1 parent e241c51 commit 6248a5d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
* Bug Fix: Multi outs to a single in were displaying duplicate chan representations
44
* Enhancement: Support optionally filtering the state displayed in procs
5-
* Enhancement: Support circular flows
5+
* Enhancement: Support circular flows
6+
7+
# v0.1.1
8+
* Enhancement: Construct websocket url based on window.location

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add the following dependency to your project:
3535
(def server-state (monitor/start-server {:flow my-flow :port 9876}))
3636

3737
;; The web interface will be available at:
38-
;; http://localhost:9876/index.html#/?port=9876
38+
;; http://localhost:9876/index.html
3939
```
4040

4141
### Custom Transit Handlers

0 commit comments

Comments
 (0)