diff --git a/html/changelogs/AutoChangeLog-pr-25050.yml b/html/changelogs/AutoChangeLog-pr-25050.yml new file mode 100644 index 00000000000..de51382dc3e --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-25050.yml @@ -0,0 +1,8 @@ +author: "SkyratBot" +delete-after: True +changes: + - code_imp: "removed redundant procs `get_master_reagent_id()` & `get_master_reagent_name()`" + - code_imp: "merged `remove_all_type()` proc with `remove_reagent()` now this proc can perform both functions. `remove_reagent()` now returns the total volume of reagents removed rather than a simple TRUE/FALSE." + - code_imp: "merged `trans_id_to()` proc with `trans_to()` now this proc can perform both functions" + - refactor: "plumbing reaction chamber will now use only a single tick to balance ph of a solution making it less efficient but more faster. Just make the reaction chamber wait for longer periods of time to accurately balance ph" + - refactor: "reagent holder code has been condensed. Report any bugs on GitHub" \ No newline at end of file