diff --git a/guides/source/4_0_release_notes.textile b/guides/source/4_0_release_notes.textile index 0de8a0a4b73dc..2f21f8cc71c51 100644 --- a/guides/source/4_0_release_notes.textile +++ b/guides/source/4_0_release_notes.textile @@ -82,8 +82,6 @@ will generate the model with belongs_to :supplier, polymorphic: true as * Load all environments available in config.paths["config/environments"]. -* The application generator generates public/humans.txt with some basic data. - * Add config.queue_consumer to allow the default consumer to be configurable. * Add Rails.queue as an interface with a default implementation that consumes jobs in a separate thread.