Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Jan 6, 2024
1 parent fa45edc commit 110562d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ This changelog documents changes across multiple projects contained in this mono
# Pending Changes

- Moved the majority of functionality from `sqlsync-react` to `sqlsync-worker` to make it easier to add additional JS framework support. ([#38])
- Introduce Reducer trait, allowing non-Wasm reducers to be used with the Coordinator. ([#40]) Contribution by @matthewgapp.
- Allow SQLite to be directly modified in the coordinator via a new mutate_direct method. ([#43])

# 0.2.0 - Dec 1 2023

Expand All @@ -12,5 +14,7 @@ This changelog documents changes across multiple projects contained in this mono

- Initial release

[#38]: https://github.com/orbitinghail/sqlsync/pull/38
[#29]: https://github.com/orbitinghail/sqlsync/pull/29
[#38]: https://github.com/orbitinghail/sqlsync/pull/38
[#40]: https://github.com/orbitinghail/sqlsync/pull/40
[#43]: https://github.com/orbitinghail/sqlsync/pull/43

0 comments on commit 110562d

Please sign in to comment.