fixes COMPRESS-328 TarArchiveEntry preserveLeadingSlashes has no effect on setName
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 03b2ce9..c33ba7f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -5,6 +5,15 @@
 lzma, xz, Snappy, traditional Unix Compress, DEFLATE and ar, cpio,
 jar, tar, zip, dump, 7z, arj.
 
+Release 1.11 (not yet released)
+------------
+
+Changes
+o TarArchiveEntry's preserveLeadingSlashes is now a property and used
+  on later calls to setName, too.
+  This behavior is a breaking change.
+  Issue: COMPRESS-328
+
 Release 1.10
 ------------