diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-19 17:42:17 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-19 17:42:25 +0100 |
commit | f07fd91889749bec2b7a5fce3af4f10b3e2b3f73 (patch) | |
tree | fc639089aec8c6a4a24889053f7ef1ad7915af46 /CHANGELOG.md | |
parent | 2ed09e9b628ec32131e981d467591d20acd1455d (diff) |
updated repr() for Master associated with a month
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1a09a..fef7801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.1.7 + +* Updated `repr()` for `Master` object to account for it relating to a + month or a quarter. + ## v1.1.6 * Added the `Month()` object to `datamaps.api`. You can now assign a month |