Skip to content

Commit

Permalink
1.4.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Nov 2, 2023
1 parent c00ad1a commit c6b8e9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/releases/2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@

> The re-frame [Clojars page](https://clojars.org/re-frame/) contains dependency coordinates for Maven/deps/Lein.
## Unreleased

> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
## 1.4.0 (2023-11-02)

#### Breaking
- `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.
Expand All @@ -17,6 +15,7 @@
#### Added
- Interceptors now have an optional `:comment` key. It's a no-op.
- `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])
- `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))

#### Changed

Expand Down

0 comments on commit c6b8e9d

Please sign in to comment.