File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ RubySaml version `2.0.0` changes the namespace `XMLSecurity::` to `RubySaml::XML
3636codebase 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' `
4141continues 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)
You can’t perform that action at this time.
0 commit comments