1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

update CHANGELOG.md to include #1118.

This commit is contained in:
Robert Gleeson 2014-02-02 16:31:32 +01:00
parent 41a90bd93b
commit 421a546194

View file

@ -23,6 +23,7 @@
* `whereami` is now aliased to `@`
#### Bug fixes, etc.
* `binding.pry` inside `.pryrc` file now works, with some limitations (@richo / #1118)
* Add support for BasicObjects to `ls` (#984)
* Allow `ls -c <anything>` (#891)
* Fix indentation not working if the `mathn` stdlib was loaded (#872)