From 39fe9c63679dfaa8ad5fa0c37ad717670cbc1958 Mon Sep 17 00:00:00 2001 From: Manish Bhatia Date: Wed, 3 Jul 2019 10:51:53 -0700 Subject: [PATCH] updates to readme and changelog for 0.4.1 release --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0cdad..5c17597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.4.1 - 2019-07-03 +### Fixed +- Reduced memory footprint by removing tokens not meeting match threshold + ## 0.4.0 - 2019-04-19 ### Added - Element Variance. This allows multiple ElementTypes to be added in same document. Addresses [issue](https://github.com/intuit/fuzzy-matcher/issues/1) diff --git a/README.md b/README.md index fd7eb20..af5f4df 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ The library is pusblished to maven central com.intuit.fuzzymatcher fuzzy-matcher - 0.4.0 + 0.4.1 ```