Skip to content

Commit

Permalink
Update CHANGELOG for 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ellbee committed Sep 17, 2016
1 parent f84e9a7 commit 260e3cb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [v2.5.4](https://github.com/reactjs/reselect/releases/tag/v2.5.4) - 2016/09/17

### Bug Fixes

Improve performance of `defaultMemoize` when using custom equality check. (#170)

## [v2.5.3](https://github.com/reactjs/reselect/releases/tag/v2.5.3) - 2016/07/04

### Bug Fixes

Reverts a Typescript change that was a breaking change. It will be reinstated in a major release. (#145)

## [v2.5.2](https://github.com/reactjs/reselect/releases/tag/v2.5.2) - 2016/07/03

### Bug Fixes

When a selector uses defaultMemoize, if an exception is thrown for a set of arguments then the selector should also throw when called again with those arguments. (#144)

## [v2.5.1](https://github.com/reactjs/reselect/releases/tag/v2.5.1) - 2016/04/21

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reselect",
"version": "2.5.3",
"version": "2.5.4",
"description": "Selectors for Redux.",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
Expand Down

0 comments on commit 260e3cb

Please sign in to comment.