-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also, standardize the changelog to the https://keepachangelog.com format.
- Loading branch information
1 parent
fb1e8d8
commit b249fc8
Showing
1 changed file
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,26 @@ | ||
# Change log | ||
# Changelog | ||
|
||
## master (unreleased) | ||
## Unreleased | ||
|
||
### 0.20.0 (2020-07-30) | ||
## 0.21.0 (2020-08-19) | ||
### Fixed | ||
- Fix broken `pry` commands like `ls`. ([@jamesfischer8][]) | ||
|
||
- Fix `up` and `down` commands in `pry`. ([@gsamokovarov][]) | ||
## 0.20.0 (2020-07-30) | ||
### Added | ||
- Support for `pry-remote`. ([@gsamokovarov][]) | ||
### Fixed | ||
- Fix `up` and `down` commands in `pry`. ([@gsamokovarov][]) | ||
|
||
### 0.12.0 (2020-07-17) | ||
|
||
## 0.12.0 (2020-07-17) | ||
### Added | ||
- Support for `pry` version `0.13` and above. ([@gsamokovarov][]) | ||
### Fixed | ||
- Fix a crash in multi-threaded environments. ([@gsamokovarov][]) | ||
|
||
## 0.11.0 (2020-02-08) | ||
|
||
### Changes | ||
|
||
### Changed | ||
- Requiring `pry` before `break` is no longer a prerequisite for automatic Pry integration. ([@gsamokovarov][]) | ||
|
||
[@gsamokovarov]: https://github.com/gsamokovarov | ||
[@jamesfischer8]: https://github.com/jamesfischer8 |