Skip to content

Commit 3eb3c94

Browse files
Update UPGRADING.md
1 parent d720bad commit 3eb3c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ RubySaml version `2.0.0` changes the namespace `XMLSecurity::` to `RubySaml::XML
3636
codebase for `XMLSecurity::` and replace it as appropriate. In addition, you must replace direct usage of
3737
`require 'xml_security'` with `require 'ruby_saml/xml'`.
3838

39-
For backward compatibility, if the constant `XMLSecurity` is not already defined, it will be aliased
40-
to `RubySaml::XML` has been set. In addition, a shim file has been added so that `require 'xml_security'`
39+
For backward compatibility, if the constant `XMLSecurity` is not already defined by another gem, it will
40+
be aliased to `RubySaml::XML`. In addition, a shim file has been added so that `require 'xml_security'`
4141
continues to work. These aliases will be removed in RubySaml version `2.1.0`.
4242

4343
### Security: Change default hashing algorithm to SHA-256 (was SHA-1)

0 commit comments

Comments
 (0)