Skip to content

Commit

Permalink
docs: Reorder CHANGELOG entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechu-optimizely committed Jan 16, 2024
1 parent 7c4f33f commit c934553
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ January 16th, 2024

### New Features

#### Polling warning

Add warning to polling intervals below 30 seconds ([#365](https://github.com/optimizely/csharp-sdk/pull/365))

#### Advanced Audience Targeting

The 4.0.0 release introduces a new primary feature, [Advanced Audience Targeting]( https://docs.developers.optimizely.com/feature-experimentation/docs/optimizely-data-platform-advanced-audience-targeting)
Expand Down Expand Up @@ -46,6 +42,10 @@ For details, refer to our documentation pages:
- [Advanced Audience Targeting segment qualification methods](https://docs.developers.optimizely.com/feature-experimentation/docs/advanced-audience-targeting-segment-qualification-methods-csharp)
- [Send Optimizely Data Platform data using Advanced Audience Targeting](https://docs.developers.optimizely.com/feature-experimentation/docs/send-odp-data-using-advanced-audience-targeting-csharp)

#### Polling warning

Add warning to polling intervals below 30 seconds ([#365](https://github.com/optimizely/csharp-sdk/pull/365))

### Breaking Changes
- `OdpManager` in the SDK is enabled by default. Unless an ODP account is integrated into the Optimizely projects, most `OdpManager` functions will be ignored. If needed, `OdpManager` can be disabled when `OptimizelyClient` is instantiated.
- `ProjectConfigManager` interface additions + implementing class updates
Expand Down

0 comments on commit c934553

Please sign in to comment.