From 173d5c2d3aed70c3a38ffa6edcf0c8b485a7f2f3 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 19 Jan 2022 16:41:20 -0800 Subject: [PATCH] docs: add changelog for 1.2.6 --- docs/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 37737e49b..8a740cdaf 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,10 @@ # Changelog +## 1.2.6 ++ Support was added for 13.2.1. ++ A number of minor issues were fixed and improvements were made, including: + + A minor performance improvement was implemented in service table dispatch by sorting and binary-searching the service command table instead of using linear search. + + Static initialization logic in Atmosphere was made much more regular. ++ General system stability improvements to enhance the user's experience. ## 1.2.5 + Support was added for 13.2.0. + A number of minor issues were fixed and improvements were made, including: