-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #378 from JuanitoFatas/update_terminology
Use friendlier terminology in YAML.safe_load
- Loading branch information
Showing
3 changed files
with
39 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
Thu Nov 8 12:00:00 2018 Juanito Fatas <[email protected]> | ||
|
||
* lib/psych.rb: Use friendlier terminology in YAML.safe_load. | ||
Replace keyword argumment whitelist_classes and whitelist_symbols. | ||
with permitted_classes and permitted_symbols. | ||
* test/psych/test_safer_load.rb: Update tests accordingly. | ||
|
||
Fri Feb 6 17:47:05 2015 Aaron Patterson <[email protected]> | ||
|
||
* ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes when | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters