diff --git a/CHANGELOG.md b/CHANGELOG.md index 91b3a4c..dc273c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 0.9.78 - 15/08/2024 +* `Model.ObserveAll` now returns `IObservable>` instead of `IObservable>` which makes it +easier to use in projects without polluting the code with `DatomKey` references. `Connection.ObserveDatoms` still returns `IObservable>` + ### 0.9.77 - 15/08/2024 * Added extension methods to query multiple indexed datoms at once. Results from the database are merge-joined into a single list that is extremely fast to calculate.