Skip to content

Commit 39fe9c6

Browse files
committed
updates to readme and changelog for 0.4.1 release
1 parent bc056dd commit 39fe9c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.4.1 - 2019-07-03
8+
### Fixed
9+
- Reduced memory footprint by removing tokens not meeting match threshold
10+
711
## 0.4.0 - 2019-04-19
812
### Added
913
- Element Variance. This allows multiple ElementTypes to be added in same document. Addresses [issue](https://github.com/intuit/fuzzy-matcher/issues/1)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The library is pusblished to maven central
117117
<dependency>
118118
<groupId>com.intuit.fuzzymatcher</groupId>
119119
<artifactId>fuzzy-matcher</artifactId>
120-
<version>0.4.0</version>
120+
<version>0.4.1</version>
121121
</dependency>
122122
```
123123

0 commit comments

Comments
 (0)