Add INP changelog and log changes for M111
Change-Id: I9e3d8db92006921897f6bf28b8ca825de2e8446e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4455780
Reviewed-by: Michal Mocny <[email protected]>
Commit-Queue: Annie Sullivan <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1134778}
diff --git a/docs/speed/metrics_changelog/inp.md b/docs/speed/metrics_changelog/inp.md
new file mode 100644
index 0000000..1da0c89e
--- /dev/null
+++ b/docs/speed/metrics_changelog/inp.md
@@ -0,0 +1,10 @@
+# Interaction to Next Paint Changelog
+
+This is a list of changes to [Interaction to Next Paint](https://web.dev/inp).
+
+* Chrome 111
+ * Metric bug fix: [Event Timing API no longer reports very long durations when interaction leads to "open in new tab"](2023_04_inp.md)
+* Chrome 109
+ * Implementation optimizations: [A change in Chrome to prioritize compositing after input events caused a significant improvement to INP](2023_01_inp.md)
+* Chrome 96
+ * Experimental metric exposed via API: [Event Timing InteractionID](https://web.dev/inp/) available via [PerformanceObserver API](https://www.w3.org/TR/event-timing/)