summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2021-04-11 15:14:20 +0300
committerKyrylo Silin <silin@kyrylo.org>2021-04-11 15:14:20 +0300
commite948fbe965662035ee4c8c0b67ff94a2c2587af3 (patch)
tree0f903131e544b7b8bf6f875229f82c0fc21b2347
parent29314c3888b401185939df7ee7eab246555b90d1 (diff)
downloadpry-e948fbe965662035ee4c8c0b67ff94a2c2587af3.tar.gz
CHANGELOG: update with current changes
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1abf18ac..1006c180 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,13 @@
#### Bug fixes
* Fixed bad coloring of some RDoc-style docs
- (([#2182](https://github.com/pry/pry/pull/2182))
+ ([#2182](https://github.com/pry/pry/pull/2182))
+* Fixed broken `--plugins` option. It shows a warning now
+ ([#2180](https://github.com/pry/pry/pull/2180))
+* Fixed bad output on printing non-visible characters with color codes
+ ([#2154](https://github.com/pry/pry/pull/2154))
+* Fixed bad output when colors are disabled and a string with color codes is
+ printed ([#2158](https://github.com/pry/pry/pull/2158))
### [v0.14.0][v0.14.0] (February 8, 2021)