From 5d12532d47e8da7df9025dd503ec6d0847c41fd5 Mon Sep 17 00:00:00 2001 From: Simon Dann Date: Wed, 14 Feb 2018 13:40:04 +0000 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..87b27d9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [1.0.1] - 2018-02-14 + +### Fixed +- #2 Zerowidth characters no longer break `$found` lookup in `isConfusable` method + +## [1.0.0] - 2018-02-13 +First Release