# Changelog for apidoc-core

## 0.11.1

* Correctly merge the dev branch

## 0.11.0

### Added

* Allow filtering by tag (PR #91 by @omaretna)

### Fixed

* Fix apiprivate parser issue (PR #81 by @jason-gao)

## 0.10.0

### Added

* Allow the use of | to specify different types: {String|Number} (#62)
* Allow the use of $ in the param name (#36)
* Allow special characters in name and group

### Changed

* Update dependencies
* Use os.EOL instead of own logic for line endings

### Fixed

* Update elixir's syntax (#65)
