﻿# Changelog

All notable changes to `stop-words` will be documented in this file.

## NEXT - YYYY-MM-DD

### Added
- Support for PHP 8

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing


## 0.1.0 - 2014-12-29

### Added
- Support for filtering text using default list of basic stop words
- Support for filtering text using list of custom stop words
- Support for filtering text using list of custom stop words merged with default list of basic stop words

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothi