aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_1_release_notes.md
diff options
context:
space:
mode:
authorMina Slater <slater.mina@gmail.com>2018-08-21 21:36:40 -0500
committerMina Slater <slater.mina@gmail.com>2018-08-21 21:36:40 -0500
commit44da9eb3b919b10699c803f17295c39da5ab7523 (patch)
tree4684f13a95bd79007c426ddf82f671fa8055a862 /guides/source/4_1_release_notes.md
parentc658c134b738357430e78bdd7eff2f3308540ad9 (diff)
downloadrails-44da9eb3b919b10699c803f17295c39da5ab7523.tar.gz
rails-44da9eb3b919b10699c803f17295c39da5ab7523.tar.bz2
rails-44da9eb3b919b10699c803f17295c39da5ab7523.zip
[ci skip] change all instances of blacklist and whitelist to denylist and allowlist
Diffstat (limited to 'guides/source/4_1_release_notes.md')
-rw-r--r--guides/source/4_1_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md
index 0c7bd01cac..f0d40985fe 100644
--- a/guides/source/4_1_release_notes.md
+++ b/guides/source/4_1_release_notes.md
@@ -719,7 +719,7 @@ for detailed changes.
responsibilities within a
class. ([Commit](https://github.com/rails/rails/commit/1eee0ca6de975b42524105a59e0521d18b38ab81))
-* Added `Object#presence_in` to simplify value whitelisting.
+* Added `Object#presence_in` to simplify value allowlisting.
([Commit](https://github.com/rails/rails/commit/4edca106daacc5a159289eae255207d160f22396))