The history configuration was refactored in https://github.com/pry/pry/commit/e5556a2be8627ec3fe594c738f10422d5a1f5d43
This makes most (if not all) of the Wiki page on history configuration out of date. Unfortunately, I don't have time right now to go through and figure out how all the options have changed, but perhaps someone more well-versed in the configuration can?
Just ran into this too.
It's not possible to create pull requests against wiki pages, so only contributors of the repo can change it. It should be a pretty simple search and replace from Pry.config.history.* to Pry.config.history_*.
The wiki is now up to date with the correct names for the history configuration options (thanks @diskshima!).
@barrettkingram, it still looks out of date to me, as well as the README.
@ddoherty03 where exactly does it look out of date to you? After the changes to the wiki in https://github.com/pry/pry/wiki/History/_compare/54ff5ca27f4a0e4c3e8dc00880c6683207cd8ebc the wiki should be up to date, and I couldn't find any references to history. in the readme?
Most helpful comment
The wiki is now up to date with the correct names for the history configuration options (thanks @diskshima!).