Fix formatting of release note

Single backtick is italic, double backtick is code.

Change-Id: Ieda9b224c07f653678661ab78ff66023aa8d3bf1
This commit is contained in:
Pierre Riteau 2021-04-19 18:16:17 +02:00
parent 27aa2af1f9
commit 628c2406c6
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
---
fixes:
- |
Fix `create_threshold` method when using cost as 0.
When using 0 as the cost, the `create_threshold` method
Fix ``create_threshold`` method when using cost as 0.
When using 0 as the cost, the ``create_threshold`` method
throws an exception. That happens because 0 (zero) is evaluated
to False. Therefore, we need to change the validation method to
check if the values are None.