18.11 Release Notes (3/29/18 Release)
Recommend
Bug Fixes
Issue: The wrong segments were being chosen over the instrumented segments.
Fix: The order of the segments is changed to ensure the the correct segments are chosen.
Issue: Strategy message translation existed even after removal.
Fix: The issue was that updates to the strategy messages were made if the code determined that there is a difference/delta between the new set of strategy messages and the old set of strategy messages. However the code wasn't treating deletion of a strategy message as a delta. The Code was changed to reflect that.