Skip to content

Commit 4cf560e

Browse files
committed
Fix spelling error in change log.
1 parent ff74b5b commit 4cf560e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 0.91.3-SNAPSHOT
22
Changes:
33
- Change the behaviour of `defaultPolicy` to inherit the settings of
4-
a previous policy even if does not inherit `DefaultXmlSerializationPolicy`.
4+
a previous policy even if it does not inherit `DefaultXmlSerializationPolicy`.
55
In rare cases this changes the behaviour (where a custom policy was
66
originally set (with different defaults), it didn't inherit the
77
default policy, and it is now replaced by a default policy).
@@ -21,7 +21,7 @@ Fixes:
2121
- Fix attributes not being prefixed with a namespace if their namespace prefix
2222
is the default prefix for that namespace. As a workaround leave the prefix
2323
different from its containers.
24-
- In pedantic mode, allow an `XmlSerialName` to use the `xml` prefix as long as
24+
- In pedantic mode, allow an `XmlSerialName` to use the `xml` prefix as long as
2525
its namespace is left default or maps to the xml namespace. Also force the
2626
prefix used to be the standard prefix (although, depending on the xml writer
2727
this may already be the case effectively).

0 commit comments

Comments
 (0)