summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2020-03-20 19:54:22 +0800
committerKyrylo Silin <silin@kyrylo.org>2020-03-20 19:54:22 +0800
commit62dbbdb23eb4e2d84d95ebd1261cdf23facacaed (patch)
tree537c29a92e89d5d28d90d8c8073ad835ce175d77
parentdc6ce461bb03453fc850b7800ae6e68dadad3c1e (diff)
downloadpry-62dbbdb23eb4e2d84d95ebd1261cdf23facacaed.tar.gz
CHANGELOG: mention #2098
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8372abc2..b5083694 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)