Skip to content

Commit c6b8e9d

Browse files
committed
1.4.0 changelog
1 parent c00ad1a commit c6b8e9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/releases/2023.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
> The re-frame [Clojars page](https://clojars.org/re-frame/) contains dependency coordinates for Maven/deps/Lein.
88
9-
## Unreleased
10-
11-
> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
9+
## 1.4.0 (2023-11-02)
1210

1311
#### Breaking
1412
- `re-frame.std-interceptors/path` now keeps a `:re-frame.db/path-history` key in the context, not a `:re-frame-path/db-store` key. This shouldn't affect users, unless you're directly hacking the event loop.
@@ -17,6 +15,7 @@
1715
#### Added
1816
- Interceptors now have an optional `:comment` key. It's a no-op.
1917
- `re-frame.std-interceptors/path` now remembers the path it uses in a `:comment`. ((re-frame-10x#165)[https://github.com/day8/re-frame-10x/issues/165])
18+
- `re-frame.alpha` namespace, for testing proposed features (see [flows](https://github.com/day8/re-frame/discussions/795) and [polymorphic subscriptions](https://github.com/day8/re-frame/issues/680#issuecomment-1676487563))
2019

2120
#### Changed
2221

0 commit comments

Comments
 (0)