From fe05bcbdeaae9acc88766c5c9234742abca1534c Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 21 Jun 2021 16:44:58 +0200 Subject: [PATCH] Missing new line --- CHANGELOG-3.7.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.7.md b/CHANGELOG-3.7.md index 989cad35540..0ce4783ab41 100644 --- a/CHANGELOG-3.7.md +++ b/CHANGELOG-3.7.md @@ -99,7 +99,8 @@ These are the changes since Ice 3.7.5. - The C++ 11 mapping builds now use the compiler default C++ mode when the compiler's default mode is greater or equal to the required C++11 mode. -- Fixed a bug in IceStorm tracing where the subscribers collection was not locked while it was being traced and could be modified concurrently. Thanks to Bill Stoffel for reporting the issue and creating a pull request [#1259](https://github.com/zeroc-ice/ice/pull/1259). +- Fixed a bug in IceStorm tracing where the subscribers collection was not locked while it was being traced and could be modified + concurrently. Thanks to Bill Stoffel for reporting the issue and creating a pull request [#1259](https://github.com/zeroc-ice/ice/pull/1259). ## Java Changes