Skip to content

Commit

Permalink
Update release_notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz committed Jul 24, 2020
1 parent edb1903 commit dd2a034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- [#908](https://github.com/Flank/flank/pull/908) Added option to print iOS available locales to test against. ([piotradamczyk5](https://github.com/piotradamczyk5))
- [#906](https://github.com/Flank/flank/pull/909) Added option to print iOS and Android screen orientations. ([adamfilipow92](https://github.com/adamfilipow92))
- [#907](https://github.com/Flank/flank/pull/907) Added option to print Android available locales to test against. ([piotradamczyk5](https://github.com/piotradamczyk5))
-
- [#913](https://github.com/Flank/flank/pull/913) Add Gradle Enterprise API example. ([pawelpasterz](https://github.com/pawelpasterz))
-
-

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fun main() {
}

override fun onOpen(eventSource: EventSource, response: Response) {
println("Start listening for build events\n")
println("Start listening to build events\n")
println("onOpen $response")
super.onOpen(eventSource, response)
}
Expand Down

0 comments on commit dd2a034

Please sign in to comment.