Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Jan 13, 2022
1 parent e68da3a commit c29ce89
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# 0.9.5

WIP
This is a minor hotfix release.

* The database query deduplication now correctly handles subexpressions recursively.
* The mixing normaliser for database queries now correctly split comprehensions along concatenation
* Fixed a bug whereby messages received on the client-side would not
be deserialised correctly.
* The Links runtime, now internally, uses `Lwt.pause` rather than the
deprecated `Lwt_main.yield`. As a side effect we have updated the
Lwt version constraint to be greater or equal to `5.0.0`.

# 0.9.4

Expand Down

0 comments on commit c29ce89

Please sign in to comment.