The ggml/llama.cpp project released version b10290, which includes an update adding `ggml_build_forward_order` to better manage tensor computation ordering. This update is significant as it addresses potential issues with using `ggml_build_forward_expand` as an ordering hint, ensuring that unselected branches are properly handled during forward pass computations.