[DOC] document synthetic events

This commit is contained in:
Géry Debongnie
2022-01-19 11:51:08 +01:00
committed by Aaron Bohy
parent 89d63ff29a
commit 5a2c769eab
2 changed files with 32 additions and 6 deletions
+1
View File
@@ -78,6 +78,7 @@ All changes are documented here in no particular order.
- breaking: `renderToString` function on qweb has been removed ([details](#32-rendertostring-on-qweb-has-been-removed))
- breaking: `debounce` utility function has been removed ([details](#34-debounce-utility-function-has-been-removed))
- breaking: `t-raw` directive has been removed (replaced by `t-out`) ([details](#38-t-raw-directive-has-been-removed-replaced-by-t-out))
- new: add support for synthetic events ([doc](doc/reference/event_handling.md#synthetic-events))
## Details/Rationale/Migration