From 26526e802b791e406fe0a27285ff59c6cb8072d3 Mon Sep 17 00:00:00 2001 From: NandaScott Date: Mon, 1 Apr 2019 13:00:14 -0400 Subject: [PATCH] Updated changelog --- Changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Changelog.md b/Changelog.md index f7f7d31..474f73c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,23 @@ # Changelog +## 1.7.0 + +Changes +- Added the following methods for card objects + - `tcgplayer_id` + - `frame_effect` + - `games` + - `promo` + - `released_at` +- Removed the following methods for card objects + - `timeshifted` + - `colorshifted` + - `futureshifted` +- Renamed the following methods for card objects + - `currency` is now `prices` + +- Created new endpoint object `TCGPlayerId()` + ## 1.6.2 Changes