File Manager

Path: /proc/self/root/opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/powerpack-0.1.1/

Viewing File: CHANGELOG.md

# Changelog

## master (unreleased)

## 0.1.1 (04/05/2015)

No user-visible changes.

## 0.1.0 (25/01/2015)

* Added `String#remove_prefix`
* Added `String#remove_prefix!`
* Added `String#remove_suffix`
* Added `String#remove_suffix!`

## 0.0.9 (22/10/2013)

* Added `String#remove`
* Added `String#remove!`
* Added `String#ascii_only`
* Added `String#ascii_only!`

## 0.0.8 (13/09/2013)

### New features

* Added `Enumerable#exactly?`
* Added `Enumerable#average`
* Added `Numeric#hundred`
* Added `Numeric#thousand`
* Added `Numeric#million`
* Added `Numeric#billion`
* Added `Numeric#trillion`
* Added `Numeric#quadrillion`

### Changes

* Renamed `Array#tail` to `Array#butfirst`
* `Enumerable#take_last_while` returns the result in the same order as `Enumerable#take_last`