Skip to content

Commit

Permalink
Merge pull request #436 from alexfmpe/fix-changelog
Browse files Browse the repository at this point in the history
Fix changelog entry
  • Loading branch information
ymeister authored Jan 13, 2025
2 parents 2ce5bfb + b0352be commit 02737db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex-dom-core/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## 0.7.0.0

* Breaking change: Remove HasJSContext and MonadJS. This change also removes the `js` type parameter from `Prerender`. Change `Prerender js t m` to `Prerender t m`.
* ([#429](https://github.com/reflex-frp/reflex-dom/pull/429)) **(Breaking change)** Remove HasJS, HasJSContext and MonadJS. This change also removes the `js` type parameter from `Prerender`. Change `Prerender js t m` to `Prerender t m`.
* `Reflex.Dom.WebSocket.Foreign.newWebSocket` takes one fewer argument: the first argument used to be a js context

## 0.6.3.0
Expand Down

0 comments on commit 02737db

Please sign in to comment.