mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
CHANGELOG: mention the fix of a293f1f3aa
This commit is contained in:
parent
9515c1899a
commit
05a3ba7426
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
* Fixed error when Pry was trying to load incompatible versions of plugins ([#1312](https://github.com/pry/pry/issues/1312))
|
||||
* Fixed bug when `hist --clear` led to ArgumentError ([#1340](https://github.com/pry/pry/pull/1340))
|
||||
* Fixed the "uninitialized constant Pry::ObjectPath::StringScanner" exception during autocomplete ([#1330](https://github.com/pry/pry/issues/1330))
|
||||
* Secured usage of colours with special characters (RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE) in Pry::Helpers::Text ([#493](https://github.com/pry/pry/issues/493#issuecomment-39232771))
|
||||
|
||||
### 0.10.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue