diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d73f51ef..186815ab7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,21 @@ tag versions. The Bond compiler (`gbc`) and different versioning scheme, following the Haskell community's [package versioning policy](https://wiki.haskell.org/Package_versioning_policy). +## Unreleased ## + +* `gbc` & compiler library: TBD +* IDL core version: TBD +* IDL comm version: TBD +* C++ version: TBD +* C# NuGet version: TBD (bug fix bump needed) +* C# Comm NuGet version: TBD (bug fix bump needed due to dependencies) + +### C# ### + +* Cleaned up documentation comments. + ## 5.3.0: 2017-04-12 ## + * `gbc` & compiler library: 0.9.0.0 * IDL core version: 2.0 * IDL comm version: 1.2 diff --git a/cs/src/core/Bonded.cs b/cs/src/core/Bonded.cs index c0299d129f..2292597ae3 100644 --- a/cs/src/core/Bonded.cs +++ b/cs/src/core/Bonded.cs @@ -52,7 +52,7 @@ public interface IBonded : IBonded public sealed class Bonded : IBonded { /// - /// A static, readonly field representing an empty instance of Boned<T> + /// A static, readonly field representing an empty instance of Bonded<T> /// [System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")]