> For the complete documentation index, see [llms.txt](https://docs.mews.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mews.com/channel-manager-api/changelog/changelog2020.md).

# Changelog 2020

## 8th December 2020

* Channel list extended. The latest Channel added has code `845`.

## 27th November 2020

* Channel list extended. The latest Channel added has code `844`.

## 10th November 2020

* [Extra Pricing Type](/channel-manager-api/mews-operations/reservations.md#extra-pricing-types): pricing type `per person per night` added.

## 20th October 2020

* [Error codes](/channel-manager-api/guidelines/responses.md#error) list extended. New error codes are from 9 to 14.
* [Customer](/channel-manager-api/mews-operations/reservations.md#customer) extended with loyalty code.

## 20th August 2020

* Channel list extended. The latest Channel added has code `843`.

## 1st July 2020

* Channel list extended. The latest Channel added has code `834`.

## 27th May 2020

* [Get configuration](/channel-manager-api/mews-operations/configuration.md#get-configuration) extended with pricing mode, which shows whether a property is built in net or gross pricing environment.
* [Extra](/channel-manager-api/mews-operations/reservations.md#extra) extended in [Process group](/channel-manager-api/mews-operations/reservations.md#process-group). Consumption date can be posted for each extra sent in a reservation.

## 28th April 2020

* Channel list extended. The latest Channel added has code `833`.

## 26th March 2020

* [Amount](/channel-manager-api/mews-operations/reservations.md#amount) extended in [Process group](/channel-manager-api/mews-operations/reservations.md#process-group) and [Price](https://github.com/MewsSystems/poc-open-api-docs/blob/main/channel-manager-api/channel-manager-operations/operations.md#price) extended in [Update prices](https://github.com/MewsSystems/poc-open-api-docs/blob/main/channel-manager-api/channel-manager-operations/operations.md#update-prices). Net pricing is now supported for inventory upload and reservation delivery.

| Next                                                              |
| ----------------------------------------------------------------- |
| [Changelog 2019](/channel-manager-api/changelog/changelog2019.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.mews.com/channel-manager-api/changelog/changelog2020.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.
