docs: Add CHANGELOG for v49
Change-Id: Iaed585e496973056c40549e0020c12d487ed5cd4
diff --git a/CHANGELOG b/CHANGELOG
index 90df948..094f798 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,18 @@
Unreleased:
Tracing service and probes:
+ *
+ SQL Standard library:
+ *
+ Trace Processor:
+ *
+ UI:
+ *
+ SDK:
+ *
+
+
+v49.0 - 2025-01-06:
+ Tracing service and probes:
* Add `--clone-by-name` to the perfetto command line. This allows cloning a
tracing session by its unique_session_name.
* Fixed a bug that would delay the trace start acknowledgement, resulting
@@ -51,8 +64,6 @@
* Removed the experimental_counter_dur table. Prefer using the
`counter_leading_intervals` macro from the `counters.intervals` standard
library module.
- Trace Processor:
- *
UI:
* Introduced `Open table:` command which would open any Perfetto Standard
Library table in a new tab.