We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4fe17 commit f45fa03Copy full SHA for f45fa03
CHANGELOG.md
@@ -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