summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorr-obert <r-obert@users.noreply.github.com>2017-10-22 17:07:47 +0200
committerGitHub <noreply@github.com>2017-10-22 17:07:47 +0200
commit1f32f89ae6d406e12db9cd1645e5eca31452b465 (patch)
tree5994eec4748a8ca7f804c51e9505c5e8aec58146 /CHANGELOG.md
parentb1e76dd4d2121a2d56b85737272d33203c14d74e (diff)
downloadpry-1f32f89ae6d406e12db9cd1645e5eca31452b465.tar.gz
add linux? & mac_osx? predicates to BaseHelpers (#1668)
* add linux? and mac_osx? predicates to BaseHelpers * update documentation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff1776d0..e10174f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+### HEAD
+
+__Features:__
+
+* Add mac_osx? and linux? utility functions to Pry::Helpers::BaseHelpers.
+[#1668](https://github.com/pry/pry/pull/1668)
+
### 0.11.0
* Add alias 'whereami[?!]+' for 'whereami' command. ([#1597](https://github.com/pry/pry/pull/1597))