From a4cc233121ffcf5f26052adba15e0f17b7a3ecff Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Sun, 15 Dec 2024 21:28:06 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f06255b..c3ac7609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file. - Add `Edge 131` impersonate (#158) - *(client)* Add support for base URL parameter (#159) - *(client)* Add support for base URL parameter +- Add loading of dynamic root certificate store (#170) +- *(client)* Request specific cookie store override (#171) ### 🐛 Bug Fixes @@ -24,6 +26,9 @@ All notable changes to this project will be documented in this file. - Update impersonate template - Update macro export scope - To avoid ambiguity, `ca_cert_store` is renamed to `root_certs_store` (#162) +- Simplify root certificate load +- Simplify root certificate load (#169) +- Move `ImpersonateSettings` to implement location ### ◀️ Revert