Skip to content

Commit

Permalink
Merge branch 'release/0.17.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoody committed Jan 12, 2016
2 parents 205ba4e + cf6de62 commit 040b574
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
### 0.17.1

This is a patch release which fixes scroll on UIWebView and WKWebView.

* Fix LPScrollOperation for WebView #321
* Travis: add slack notifications #318
* Make: update the cert fingerprint for dylib signing #317
* Fix JavaScript insertion into LPSetTextOperation.h #312
* Fix JavaScript insertion into LPWebQuery.h #310
* Update LPTestTarget build scripts for Xcode 7.2 #309
* Cucumber: add @shake feature to quarantine #307
* Version tool: turn off legacy coverage build option #306 @kaorijp
* Update build scripts for Xcode 7.2 #305

### 0.17.0

* Libs: should not generate code coverage files #296
Expand Down
2 changes: 1 addition & 1 deletion calabash/Classes/FranklyServer/Routes/LPVersionRoute.h
Expand Up @@ -21,7 +21,7 @@
Do not change the 'CALABASH VERSION' portion of the following constant without
updating the ruby API.
******************/
#define kLPCALABASHVERSION @"CALABASH VERSION: 0.17.0"
#define kLPCALABASHVERSION @"CALABASH VERSION: 0.17.1"

@interface LPVersionRoute : NSObject <LPRoute>

Expand Down

0 comments on commit 040b574

Please sign in to comment.