From 1863eb2cd82e7cee4fdfff37b42d3fd0c7edd797 Mon Sep 17 00:00:00 2001 From: orange man <61334995+comfyorange@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:27:12 +1300 Subject: [PATCH] Automatic changelog for PR #78947 [ci skip] --- html/changelogs/AutoChangeLog-pr-78947.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-78947.yml diff --git a/html/changelogs/AutoChangeLog-pr-78947.yml b/html/changelogs/AutoChangeLog-pr-78947.yml new file mode 100644 index 00000000000..3679727a5a4 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-78947.yml @@ -0,0 +1,7 @@ +author: "SyncIt21" +delete-after: True +changes: + - bugfix: "plumbing setups should(hopefully) no longer grind to a halt nor will overflow with excess volume of reagents." + - code_imp: "created defines for min & max ph. Improved some reaction_reagent code. Made synthesizer dispensable reagent list values static to save memory." + - refactor: "ph balancing mechanism for reaction chamber is significantly improved. Optimized it's code overall" + - refactor: "examining each individual reagent will display their results back to 2 decimal places again and not 4 for easy readability." \ No newline at end of file