summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2021-06-21 16:44:58 +0200
committerJose <jose@zeroc.com>2021-06-21 16:44:58 +0200
commitfe05bcbdeaae9acc88766c5c9234742abca1534c (patch)
tree6fa134148c8a3f66c27eb174979109faef068a5f
parentChangelog updates (#1289) (diff)
downloadice-3.7.6.tar.bz2
ice-3.7.6.tar.xz
ice-3.7.6.zip
Missing new linev3.7.6
-rw-r--r--CHANGELOG-3.7.md3
1 files changed, 2 insertions, 1 deletions
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