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 db8c758 commit f4228f3Copy full SHA for f4228f3
CHANGELOG.md
@@ -24,6 +24,8 @@ You can now use feature flags in the Java SDK. You can experiment on features an
24
- Remove track with revenue as a parameter. Pass the revenue value as an event tag instead
25
- `track(String, String, long)`
26
- `track(String, String, Map<String, String>, long)`
27
+- We will no longer run all unit tests in travis-ci against Java 7.
28
+ We will still continue to set `sourceCompatibility` and `targetCompatibility` to 1.6 so that we build for Java 6.
29
30
## 1.8.0
31
0 commit comments