diff options
author | Bernard Normier <bernard@zeroc.com> | 2015-08-17 11:05:17 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2015-08-17 11:05:17 -0400 |
commit | abfd9421e7400ad137fc65b0c1e7874e5875bc93 (patch) | |
tree | 458e90d04a9b07b2782c3944c4b3758ae8c4db8b /CHANGELOG-3.6.md | |
parent | CHANGELOG updates (diff) | |
download | ice-abfd9421e7400ad137fc65b0c1e7874e5875bc93.tar.bz2 ice-abfd9421e7400ad137fc65b0c1e7874e5875bc93.tar.xz ice-abfd9421e7400ad137fc65b0c1e7874e5875bc93.zip |
Added missing semicolon
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index 8cc3efc8f60..239f2c75990 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -42,7 +42,7 @@ These are the changes since Ice 3.6.0. { void method(Seq seq, Seq seq2); // This would fail with 'Seq is not a type' for second parameter }; - } + }; ``` - Added `--validate` option to Slice compilers. This option validates the options that are passed to the Slice compiler and emits any errors but does not create the generated files. |