From 66c9ca7be96684b33637aa343737bc06229c2d77 Mon Sep 17 00:00:00 2001 From: David Justice Date: Fri, 11 Mar 2016 13:49:36 -0800 Subject: [PATCH] add to the changelog --- ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 23a345a70f..c4affb34a9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,6 @@ +## VNext (not released yet) +* Fix ruby require module_definition if namespace is specified. See [#831](https://github.com/Azure/autorest/issues/831) + ##2016.03.04 Version 0.15.0 * Added Java code generator! * Added support for constants whenever parameters or properties are marked as required and have only one enum value (#281, #488)