Changelog
=========

> **Tags:**
> - :boom:       [Breaking Change]
> - :rocket:     [New Feature]
> - :bug:        [Bug Fix]
> - :memo:       [Documentation]
> - :house:      [Internal]
> - :nail_care:  [Polish]

## v3.72.0 (2021-12-10)

#### :bug: Bug Fix

* Removed generator methods from base iterators

## v3.46.0 (2021-05-14)

#### :boom: Breaking Change

* Renamed `reverse` to `isReversed`
* Now `union` and `intersect` preserve ordering of the first range
* New API of infinite ranges

#### :rocket: New Feature

* Added new methods `entries`, `indices`, `reverse`

#### :bug: Bug Fix

* Fixed a bug when intersection doesn't include bounds

#### :memo: Documentation

* Improved documentation

## v3.45.0 (2021-05-12)

#### :rocket: New Feature

* Added the support of non-including range bounds

## v3.30.1 (2021-01-11)

#### :bug: Bug Fix

* Fixed Unicode support of char ranges
