Skip to content

Commit

Permalink
Merge pull request #404
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea authored Aug 2, 2022
2 parents bda4dfc + 8833f95 commit 8f2d249
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.12.0 (Jul 20, 2022)
- Added logLevel configuration. This allows for more granularity when choosing what will be logged.
- Deprecated enableDebug configuration.

2.11.0 (Jun 24, 2022)
- Added a new config option to control the tasks that listen or poll for updates on feature flags and segments, via the new config syncEnabled . Running online Split will always pull the most recent updates upon initialization, this only affects updates fetching on a running instance. Useful when a consistent session experience is a must or to save resources when updates are not being used.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

ext {
splitVersion = '2.11.0'
splitVersion = '2.12.0'
}

android {
Expand Down

0 comments on commit 8f2d249

Please sign in to comment.