Revert "tp: make LIKE case sensitive"
This reverts commit 1cf65eb5e9200acf8b6d37d846e8354e8d392958.
Reason for revert: This is breaking UI search and since we've moved to GLOB anyway, this should not be a big concern.
Change-Id: I3820d1bc422cbc9799dc48426c69635c769ddcc3
diff --git a/CHANGELOG b/CHANGELOG
index 955527a..382f468 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,9 @@
message.
Trace Processor:
* Added prebuilts for mac-arm64.
+ * Changed LIKE comparisions to be case-insenstive. This reverts the change
+ introduced in v22. GLOB should be used where case senstive searches are
+ desired; built-in metrics continue to require the use of GLOB.
* Added an optional dependency from trace processor onto a subset of
sources from llvm-project for function name demangling. Bazel embedders
might need to update their PERFETTO_CONFIG in perfetto_cfg.bzl to opt in