checklists: changes: Add The Byte Order Fallacy to influences

See also [1].

[1]: https://amboar.github.io/notes/2023/06/19/representations-and-design-boundaries-with-endianness.html

Change-Id: I1ca3accfd8a4940ff753f70a104b0615e49ec605
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/docs/checklists/changes.md b/docs/checklists/changes.md
index 7382178..94d6453 100644
--- a/docs/checklists/changes.md
+++ b/docs/checklists/changes.md
@@ -41,6 +41,11 @@
 [alexis-king-parse-dont-validate]:
   https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
 
+- [The byte order fallacy - command center][command-center-byte-order-fallacy]
+
+[command-center-byte-order-fallacy]:
+  https://commandcenter.blogspot.com/2012/04/byte-order-fallacy.html
+
 ## References
 
 - [C17 draft standard][c17-draft-standard]