From e9be6fcf86d0ffd3cffc18ffc337a452464b8f9c Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Thu, 21 Apr 2022 11:02:58 -0400 Subject: [PATCH] Fix formatting in change log --- csharp/ql/lib/change-notes/released/0.1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/ql/lib/change-notes/released/0.1.0.md b/csharp/ql/lib/change-notes/released/0.1.0.md index 197b51e7ee7..e488a4f757e 100644 --- a/csharp/ql/lib/change-notes/released/0.1.0.md +++ b/csharp/ql/lib/change-notes/released/0.1.0.md @@ -2,4 +2,4 @@ ### Breaking Changes -The recently added flow-state versions of `isBarrierIn`, `isBarrierOut`, `isSanitizerIn`, and `isSanitizerOut` in the data flow and taint tracking libraries have been removed. +* The recently added flow-state versions of `isBarrierIn`, `isBarrierOut`, `isSanitizerIn`, and `isSanitizerOut` in the data flow and taint tracking libraries have been removed.