Skip to content

Commit

Permalink
release 0.4.4 changelog and readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish Bhatia committed Dec 26, 2019
1 parent 8210347 commit 6a81cf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.4 - 2019-12-23
### Fixed
- Ability to configure scoring function in Element https://github.com/intuit/fuzzy-matcher/issues/19
### Changed
- Improved memory utilization by processing all elements by it's type or classification.
This allows jvm to run gc to free heap space after each element type is processed

## 0.4.2 - 2019-08-09
### Added
- Element.Builder.setValue overridden to accept Object Type
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The library is published to maven central
<dependency>
<groupId>com.intuit.fuzzymatcher</groupId>
<artifactId>fuzzy-matcher</artifactId>
<version>0.4.2</version>
<version>0.4.4</version>
</dependency>
```

Expand Down

0 comments on commit 6a81cf3

Please sign in to comment.