diff --git a/layouts/shortcodes/bugs.html b/layouts/shortcodes/bugs.html
index 5c7935c..45b3b8e 100644
--- a/layouts/shortcodes/bugs.html
+++ b/layouts/shortcodes/bugs.html
@@ -1,13 +1,37 @@
Overview
-Database Management Systems (911 bugs)
-SQLite (231 bugs)
+Database Management Systems (915 bugs)
+SQLite (235 bugs)
+
+Incorrect use of collation sequences on non-PK columns of a WITHOUT ROWID table for row value comparison
+Status: fixed
+Link: https://sqlite.org/forum/info/7a308e933db9b702
+Found by: Axel Teo
+
+
+Incorrect skip-ahead optimization after modification to internal statistics table
+Status: fixed
+Link: https://sqlite.org/forum/info/5c0ce7ae01f92c99
+Found by: Axel Teo
+
+
+Wrong collation used as part of a row-value comparison between columns with different collation sequences.
+Status: fixed
+Link: https://sqlite.org/forum/info/6ceca07fc3ef868c
+Found by: Axel Teo
+
+
+Incorrect comparison optimization on collation sequences
+Status: fixed
+Link: https://sqlite.org/forum/info/0b299630cbe94a2c
+Found by: Axel Teo
+
Wrong INNER JOIN result involving subquery containing PERCENT_RANK()
Status: fixed