> For the complete documentation index, see [llms.txt](https://docs-dapp.loopring.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-dapp.loopring.io/other-features/change-logs/2023/17-jul.md).

# 17 Jul

### The main changes are as follows:

1. Web support for Loopring Wallet Internal Browser
2. WalletConnect2.0 support
3. Dynamic network switch support
4. Loopring-sdk Update
   * refactory EcDSASig at sendAsync method for eth\_signTypedData\_v4 to support Internal Browser & walletConnect2.0
   * hardware wallet EcDSASig update, not required to sign twice
5. \[bugfix] Block trade reset (caused by empty api reset)
6. \[bugfix] Swap reset user input behavior --< Initiate Data timeline should lock user behavior


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-dapp.loopring.io/other-features/change-logs/2023/17-jul.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
