From 492363b66e24cc8d7bceeb224f633b9c8948ea6d Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Wed, 27 Mar 2013 18:47:05 -0700 Subject: [PATCH 1/2] update changelog for 0.4.2 --- ChangeLog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 2c15b781280a..c84cf3886f0f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,9 @@ +2013.04.01 Version 0.4.2 + * Fixed a bunch of encoding issues to make sure the SDK works well with unicode + * Storage queue now throws an exception instead of submitting the message if the message is null + * Fixed a service bus receiving message issue if the locale is not US or UTC + * Filled the gap in Java doc for package level description + 2013.03.12 Version 0.4.1 * Added "Azure-SDK-For-Java/" To User-Agent HTTP header * Added connection string support for Service Bus From be587f869a2ff42c4c2bc6dc377207f80ec003ce Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Thu, 28 Mar 2013 15:39:17 -0700 Subject: [PATCH 2/2] update changelog according to code review feedback --- ChangeLog.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index c84cf3886f0f..aca4ffab486c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,8 +1,8 @@ 2013.04.01 Version 0.4.2 - * Fixed a bunch of encoding issues to make sure the SDK works well with unicode - * Storage queue now throws an exception instead of submitting the message if the message is null - * Fixed a service bus receiving message issue if the locale is not US or UTC - * Filled the gap in Java doc for package level description + * Fixed encoding issues to make sure the SDK works well with Unicode + * Storage Queue now throws an exception instead of submitting the message if the message is null + * Fixed a Service Bus receiving message issue if the locale is neither US nor UTC + * Filled the gaps in Javadoc for package level description 2013.03.12 Version 0.4.1 * Added "Azure-SDK-For-Java/" To User-Agent HTTP header