Skip to content

Commit 6e8cfb3

Browse files
committed
Revert minor change
1 parent fe7ba4f commit 6e8cfb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

UPGRADING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ codebase for `RubySaml::XML::` and replace it as appropriate. In addition, you m
3737
`require 'xml_security'` with `require 'ruby_saml/xml'`.
3838

3939
For backward compatibility, the alias `XMLSecurity = RubySaml::XML` has been set, so `RubySaml::XML::` will still work
40-
as before, unless you have defined `XMLSecurity` prior to loading RubySaml.
41-
In addition, a shim file has been added so that `require 'xml_security'` continues to work.
40+
as before. In addition, a shim file has been added so that `require 'xml_security'` continues to work.
4241
These aliases will be removed in RubySaml version `2.1.0`.
4342

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

0 commit comments

Comments
 (0)