diff options
author | Ryan Fitzgerald <rwfitzge@gmail.com> | 2017-10-22 16:54:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-22 16:54:53 -0700 |
commit | 7de521b94c55b781da73c37063faab95f6f679d2 (patch) | |
tree | 5d99ff3ec5736814dc274166da00665fcd1b1947 | |
parent | dce143d0da8b48e92d6f1b85da950f59ef565dfe (diff) | |
parent | 26f450a0fdb8856025bd2d8630c81dacb6fa49d8 (diff) | |
download | pry-7de521b94c55b781da73c37063faab95f6f679d2.tar.gz |
Merge pull request #1675 from pry/changelog-formatting
Update formatting in CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9cc7d3..f8483977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ ### HEAD -__Features:__ - -* Add mac_osx? and linux? utility functions to Pry::Helpers::BaseHelpers. +#### Features +* Add `mac_osx?` and `linux?` utility functions to Pry::Helpers::BaseHelpers. [#1668](https://github.com/pry/pry/pull/1668) -* Fix String#pp output color. [#1674](https://github.com/pry/pry/pull/1674) + +#### Bug fixes +* Fix `String#pp` output color. [#1674](https://github.com/pry/pry/pull/1674) ### 0.11.0 @@ -55,7 +56,6 @@ __Features:__ * Move to rspec for testing (from bacon) * Clean up ruby warnings - ### 0.10.0 #### Features |