# Changelog

This page documents notable changes and updates made to the API, including new endpoints, features, or behaviour modifications.

***

### 2025-06-09

* Added this change log section to GitBook.
* Finalized `/tor/obfs4` endpoint documentation.

### 2025-06-08

* Cleaned up internal formatting across docs.
* Combined Getting Started and Overview into a single landing page.
* Renamed "Malware Scanning" section for clarity.

### 2025-06-07

* Reorganized VPN provider documentation.
* Improved styling for API examples.
* Added endpoint structure explanation to each provider.

### 2025-06-06

* Initial GitBook setup complete.
* Basic structure for sections like VPN Providers, GitHub Scanning, and Tor added.
* Sidebar and layout finalized.

***

For older changes or internal revisions, feel free to reach out via the contact info on [elliott.diy](https://elliott.diy).


---

# 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.elliott.diy/overview/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.
