Skip to content

Commit f4228f3

Browse files
authored
update CHANGELOG.md (#148)
* update CHANGELOG.md * add some more detail to explain we will stop testing in travis-ci on java 7
1 parent db8c758 commit f4228f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ You can now use feature flags in the Java SDK. You can experiment on features an
2424
- Remove track with revenue as a parameter. Pass the revenue value as an event tag instead
2525
- `track(String, String, long)`
2626
- `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.
2729

2830
## 1.8.0
2931

0 commit comments

Comments
 (0)