diff options
-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. |