stdlib: Add linux_kernel_threads

Change-Id: I53c5ce15508b1a165aa542113ab49117e59e90fd
diff --git a/CHANGELOG b/CHANGELOG
index e388476..cca5712 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -27,6 +27,7 @@
     * Moved `memory.heap_graph_dominator_tree` to
       `android.memory.heap_graph.dominator_tree`. This is to allow for the
       addition of more modules related to heap graphs.
+    * Added `linux_kernel_threads` table to `linux.threads` module.
   Trace Processor:
     * Added `CREATE PERFETTO INDEX` to add sqlite-like indexes to Perfetto
       tables. Has the same API as `CREATE INDEX`.