diff --git a/CBOR.nuspec b/CBOR.nuspec
index 68308aeb..0752bb86 100644
--- a/CBOR.nuspec
+++ b/CBOR.nuspec
@@ -3,6 +3,7 @@
- Performance improvements in some cases, especially involving date/time conversions
- Error checks in DateTimeFieldsToCBORObject method in CBORDateConverter
+- Bug fixes
Version 4.4.1:
@@ -16,4 +17,4 @@ Version 4.4:
date/time formats and CBOR objects
- Added CanFitInUInt64 and CanTruncatedIntFitInUInt64 methods
- Bug fixes