mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
update CHANGELOG.md [ci skip]
This commit is contained in:
parent
41d8e86dc2
commit
a24a7c7abb
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
### HEAD
|
### HEAD
|
||||||
|
|
||||||
|
* Remove "Pry::Config#refresh", please use "Pry::Config#clear" instead.
|
||||||
* Defining a method called "ls" no longer breaks the "ls" command ([#1407](https://github.com/pry/pry/issues/1407))
|
* Defining a method called "ls" no longer breaks the "ls" command ([#1407](https://github.com/pry/pry/issues/1407))
|
||||||
* Don't raise when directory permissions don't allow file expansion ([#1432](https://github.com/pry/pry/issues/1432))
|
* Don't raise when directory permissions don't allow file expansion ([#1432](https://github.com/pry/pry/issues/1432))
|
||||||
* Syntax highlight <tt> tags in documentation output.
|
* Syntax highlight <tt> tags in documentation output.
|
||||||
|
|
Loading…
Reference in a new issue