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

CHANGELOG: mention #2098

This commit is contained in:
Kyrylo Silin 2020-03-20 19:54:22 +08:00
parent dc6ce461bb
commit 62dbbdb23e

View file

@ -96,6 +96,9 @@
([#2056](https://github.com/pry/pry/pull/2056))
* Fixed the `$SAFE will become a normal global variable in Ruby 3.0` warning on
Ruby 2.7 ([#2107](https://github.com/pry/pry/pull/2107))
* Fixed bug when `whereami -c` cannot show beginning of the class, which is on
the same line as another expression
([#2098](https://github.com/pry/pry/pull/2098))
### [v0.12.2][v0.12.2] (November 12, 2018)