aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAlexander Dorokhine <adorokhine@google.com>2017-05-25 18:56:36 -0700
committerAlexander Dorokhine <adorokhine@google.com>2017-05-30 15:26:09 -0700
commit04d34211496595a4ecabe996244d3956f8dec255 (patch)
tree5880b77daf316ccf251f65ff174600220470a0c2 /CHANGELOG
parent6c2e991ea95baffd1b910644655161ad23893a30 (diff)
downloadmobly-snippet-lib-04d34211496595a4ecabe996244d3956f8dec255.tar.gz
Snippet lib release v1.2.0.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG14
1 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4848d14..e8b1eb6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,18 @@
+1.2.0:
+ - New startup protocol:
+ - Snippet protocol is now versionated and reported to instrumentation output
+ - Snippet startup progress can now be monitored via output
+ - Server port can now be allocated on device and reported via output
+ - Improvements to help() output
+ - Allow close() methods to throw exceptions
+
1.1.0:
- Support for asynchronous RPCs
- Add an optional annotation to cause RPCs to be invoked on the main thread
- Log tags are now configurable in the manifest
1.0.1:
- - Ignore regular JUnit tests linked into the snippet lib.
- - Improved exception handling and reporting.
+ - Ignore regular JUnit tests linked into the snippet lib
+ - Improved exception handling and reporting
-1.0.0: Initial release of Mobly Snippet Lib with some examples.
+1.0.0: Initial release of Mobly Snippet Lib with some examples