Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions content/reference/changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

## 2017-07-13
* [doc update] Improve descriptions of the LOS records attributes.

## 2017-07-09
* [potentially breaking API change] `los_records.id` has been migrated from Integer (4 bytes, -2147483648 to +2147483647) to BigInteger (8 bytes, -9223372036854775808 to +9223372036854775807). Make sure to update the type of the column on your side accordingly to not experience integer overflow.
* [potentially breaking API change] `los_records.id` has been migrated from Integer (4 bytes, -2147483648 to +2147483647) to BigInteger (8 bytes, -9223372036854775808 to +9223372036854775807). Make sure to update the type of the column on your side accordingly to not experience integer overflow.

## 2017-06-01
* [doc update] Add description for the Rentals Contents Overrides endpoint.
* [doc update] Add calculation for `exchange_rate` in LOS records endpoint.

## 2017-05-30

Expand Down