> For the complete documentation index, see [llms.txt](https://docs.league.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.league.systems/change-log.md).

# Change log

- [Version 25.06](https://docs.league.systems/change-log/version-25.06.md)
- [Version 25.02](https://docs.league.systems/change-log/version-25.02.md)
- [Version 24.12](https://docs.league.systems/change-log/version-24.12.md)
- [Version 24.04](https://docs.league.systems/change-log/version-24.04.md)
- [Version 23.09](https://docs.league.systems/change-log/version-23.09.md)
- [Version 23.07](https://docs.league.systems/change-log/version-23.07.md)
- [Version 23.04](https://docs.league.systems/change-log/version-23.04.md)
- [Version 23.03](https://docs.league.systems/change-log/version-23.03.md)
- [Version 23.02](https://docs.league.systems/change-log/version-23.02.md): February 2023
- [Version 22.09](https://docs.league.systems/change-log/version-22.09.md)
- [Version 21.01](https://docs.league.systems/change-log/version-21.01.md): February 2021
- [Version 20.08](https://docs.league.systems/change-log/version-20.08.md): October 2020
- [Version 20.07](https://docs.league.systems/change-log/version-20.07.md)
- [Version 20.06](https://docs.league.systems/change-log/version-20.06.md)
- [Version 20.05](https://docs.league.systems/change-log/version-20.05.md)
- [Version 20.04](https://docs.league.systems/change-log/version-20.04.md)
- [Version 20.03](https://docs.league.systems/change-log/version-20.03.md)
- [Version 20.02](https://docs.league.systems/change-log/version-20.02.md)
- [Version 20.01](https://docs.league.systems/change-log/version-20.01.md)
- [Version 19.05](https://docs.league.systems/change-log/version-19.05.md)
- [Version 19.04](https://docs.league.systems/change-log/version-19.04.md)
- [Version 19.03](https://docs.league.systems/change-log/version-19.03.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.league.systems/change-log.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
