Add a unit test to verify that #240 is fixed.
diff --git a/release-notes/VERSION b/release-notes/VERSION
index a267292..e95d8d2 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -15,6 +15,9 @@
 #238: Allow existence of overlapping getter, is-getter (choose 'regular' getter)
 #239: Support `ByteBuffer`
  (suggested by mckamey@github)
+#240: Make sure `@JsonSerialize.include` does not accidentally override
+  class inclusion settings
+ (requested by thierryhenrio@github)
 #253: `DelegatingDeserializer` causes problems for Managed/BackReferences
  (reported by bfelaco@github)
 #269: Add support for new `@JsonPropertyDescription` via `AnnotationIntrospector`