Changelog
=========

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

## v3.68.0 (2021-12-03)

#### :boom: Breaking Change

* Renamed a module `core/functools/not-implemented` to `core/functools/implementation`
* Renamed wrappers `notImplement/notImplemented` to `unimplement/unimplemented`
* Now `unimplement/unimplemented` throw an exception

## v3.27.0 (2020-09-04)

## v3.27.0 (2020-09-04)

#### :boom: Breaking Change

* Dropped `interface.ts`

#### :house: Internal

* Re-wrote the module with `core/functools/warning`

## v3.25.0 (2020-09-03)

#### :rocket: New Feature

* Now `notImplement` returns `NotImplementedFn`

## v3.22.3 (2020-07-23)

#### :bug: Bug Fix

* Fixed notice params being ignored
