events / state-res: Use RawJsonValue over JsonValue for event content

This commit is contained in:
Jonas Platte
2021-09-15 19:46:27 +02:00
parent 1df1256a86
commit a9985d7763
11 changed files with 313 additions and 206 deletions

View File

@@ -1,5 +1,10 @@
# [unreleased]
Breaking changes:
* Remove some trait methods from `Event`
* Update `Event::content` signature to return `&RawJsonValue` instead of `&JsonValue`
# 0.4.1
Improvements: