# Change Log

**1.1.5 - May 9, 2024**

* Changed play money currency code from PPC to XPM.

**1.1.4 - August 2, 2022**

* Added "**rebuy\_cost**", "**addon\_cost**", "**tournament\_rebuys**".

**1.1.3 - May 19, 2021**

* Specified that "**tournament\_finishes\_and\_winnings**" should list all players who entered the tournament, and made "**finish\_position"**, "**prize**", and "**ticket\_value**" optional for players who have not yet been eliminated from the tournament.

**1.1.2 - May 18, 2021**

* "**bounty\_fee\_amount**" and "**bounty\_value\_amount**" updated to be explicitly optional/nullable.\
  Tidied up some formatting and updated the Sample Sit N' Go.

**1.1.1 - March 9, 2021**

* Added **"bounty\_value\_amount"** (decimal)

**1.1.0 - July 24, 2020**

* Added a root object to wrap each summary and identify the type of JSON object.\
  \&#xNAN;**{"ots":** \<standardized\_tournament\_summary\_object>**}**
* Added "**still\_playing**" (boolean) in **\<tournament\_finish\_obj>**.
* Added "**hero\_player\_name**" (string).
* Added detail page for "**tournament\_number**".\
  Removed the 'T#' from the example tournament numbers to avoid confusion.
* Added **"tournament\_name"** (string),
* Added **"buyin\_amount"** (decimal),&#x20;
* Added **"fee\_amount"** (decimal),&#x20;
* Added **"bounty\_fee\_amount"** (decimal),&#x20;
* Added **"initial\_stack"** (integer),&#x20;
* Added **"type"** (string),&#x20;
* Added **"flags"** (array),&#x20;
* Added **"speed"** (object),
* Added **"type"** (string) in **\<speed\_object>**,&#x20;
* Added **"round\_time"** in **\<speed\_object>**

**1.0.0 - Early 2020**

The initial version.


---

# 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://ts-specs.handhistory.org/change-log/change-log.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.
