MISC: Add missing comma in changelog (#1805)

This commit is contained in:
catloversg 2024-11-28 04:55:51 +07:00 committed by GitHub
parent b829f28f8c
commit fdcdf0e27a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -223,7 +223,7 @@ export const CONSTANTS = {
- Improve built-in print APIs when printing Promise objects (@catloversg)
- Improve built-in print APIs when printing objects containing Map or Set (@catloversg)
- Validate hostname and port of RFA (@catloversg)
- Update blood donation (@hydroflame @catloversg)
- Update blood donation (@hydroflame, @catloversg)
- Include React component stack in Recovery Mode report (@catloversg)
- Always add script's earnings to its parent (@catloversg)
- nano and vim use wrong template for text files (@catloversg)
@ -312,7 +312,7 @@ export const CONSTANTS = {
- Update ScriptDeath to extend Error (@alainbryden)
- Add tests to cover Bladeburner action completion (@Alpheus)
- Reset other gangs when leaving gang by using devmenu (@catloversg)
- Fix lint errors (@catloversg @ficocelliguy)
- Fix lint errors (@catloversg, @ficocelliguy)
- Remove duplicate getRecruitmentSuccessChance in Bladeburner code (@catloversg)
- Change sleeveSize from property to getter (@catloversg)
- Minor code change in SkillElem.tsx (@catloversg)