Skip to content

Commit f45fa03

Browse files
Add CHANGELOG.
1 parent ee4fe17 commit f45fa03

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
### Changed
6+
* `Client.execute` now automatically extracts the 'data' value from the
7+
returned `dict`. This *breaks* existing code that directly uses the
8+
`Client.execute` method.
9+
* Major code reorganization, naming and test improvements.
10+
11+
### Added
12+
* `Project.upsert_review_queue` method.
13+
* `Project.extend_reservations` method.
14+
* `Label.created_by` relationship (To-One User).
15+
* Changelog.
16+
17+
### Fixed
18+
19+
## Version 2.2 (2019-10-18)
20+
Changelog not maintained before version 2.2.

0 commit comments

Comments
 (0)