# Changelog

Monthly updates to the Fuul platform, SDK, and integrations.

| Month              | Highlights                                                                     | Link                                                                                                               |
| ------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
| **April 2026**     | Tax Information, Chart Builder KPI Cards, Activity Log, Ink blockchain support | [View](https://www.fuul.xyz/changelog/april-2026-changelog-tax-information-and-chart-builder)                      |
| **March 2026**     | Euler, Affiliate Management Dashboard, and Chart Builder                       | [View](https://www.fuul.xyz/changelog/march-2026-changelog-euler-affiliate-management-dashboard-and-chart-builder) |
| **February 2026**  | Affiliate Applications Manager, Polymarket Incentives                          | [View](https://www.fuul.xyz/changelog/february-2026-changelog-polymarket-incentives-and-real-time-notifications)   |
| **January 2026**   | V2 Upgrade, Fogo Chain                                                         | [View](https://www.fuul.xyz/changelog/january-2026-changelog-v2-upgrade-and-fogo-chain)                            |
| **December 2025**  | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/december-changelog-new-features-and-improvements)                            |
| **November 2025**  | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/november-changelog-new-features-and-improvements)                            |
| **October 2025**   | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/october-changelog-new-features-and-improvements)                             |
| **September 2025** | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/september-changelog-new-features-and-improvements)                           |
| **August 2025**    | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/august-changelog-new-improvements-and-features)                              |
| **July 2025**      | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/july-changelog-new-features-and-improvements)                                |
| **June 2025**      | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/june-changelog-new-features-and-improvements-in-fuul)                        |
| **May 2025**       | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/may-changelog-new-features-and-improvements-in-fuul)                         |
| **April 2025**     | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/april-changelog-new-features-and-improvements)                               |
| **March 2025**     | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/march-changelog-new-features-and-improvements)                               |
| **February 2025**  | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/february-changelog-new-features-and-improvements-in-fuul)                    |
| **January 2025**   | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/january-changelog-new-features-and-improvements-in-fuul)                     |
| **December 2024**  | New features and improvements                                                  | [View](https://www.fuul.xyz/changelog/december-changelog-new-features-and-improvements-in-fuul)                    |

For SDK migration details, see the [5.x → 7.x Migration Guide](/developer-guide/migrating-from-5.x-to-7.x-version.md).


---

# 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://docs.fuul.xyz/resources/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.
