fix(games/asa): add wildcard option to eos usage (#739)

* fix(games/asa): add wildcard option to eos usage

* docs: add CHANGELOG.md line
This commit is contained in:
CosminPerRam 2025-09-15 14:33:01 +03:00 committed by GitHub
parent bff0c334e9
commit b37acf062a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View file

@ -9,6 +9,7 @@
* Feat: Squad - Replace Valve protocol with EOS protocol (By @k3ithos #731)
* Feat: Clive Barker's Undying - Added support (By @dgibbs64 #733)
* Chore: Update `iconv-lite` from `0.6.3` to `0.7.0` (#737)
* Fix: ASA - change EOS usage (#739, thanks @mze9412)
## 5.3.1
* Fix: HTTP requests would end up making more retries than needed due to got's internal retry mechanism (#690, thanks @RattleSN4K3)