# Changelog

The latest github repo tag is **mainnet-v0.7.0/testnet-v0.7.0**. More details can refer to [DLMM contract](/cetus-developer-docs/developer/via-dlmm-contract/features-available.md).

## Tag: mainnet-v0.7.0/testnet-v0.7.0

*Date: 2025.12.23*

* Add `pool::refresh_position_info_v2` method:
  * Refreshes the position info and returns the position details. The amounts are calculated based on the expected active ID.

***

## Tag: mainnet-v0.6.1/testnet-v0.6.0

*Date: 2025.12.12*

* Add `pool::close_position_with_fee` method:
  * Closes a position and returns all underlying tokens along with any accrued fees.
* Add `registry::create_pool_v3` method:
  * Update the global\_config parameter to use an immutable reference instead of a mutable reference.


---

# Agent Instructions: 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://cetus-1.gitbook.io/cetus-developer-docs/developer/via-dlmm-contract/changelog.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.
