Skip to content

Commit fb4af41

Browse files
authored
Update CHANGELOG.md
Cleaned up compare links and added links for issue numbers.
1 parent bb16f81 commit fb4af41

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

CHANGELOG.md

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

7-
## [3.1.0] - 2017 - 08 - 31
7+
## [3.1.0] - 2017-08-31
88
### Added
99
- provide a Browserified distribution in the `dist` directory of the published npm module
1010

1111
## [3.0.0] - 2017-08-03
1212
### Changed
13-
- remove dependency on ImmutableJs (#30)
13+
- remove dependency on ImmutableJs ([#30](https://github.com/mattkrick/redux-optimistic-ui/issues/30))
1414

1515
### Fixes
16-
- fix interoperability with Redux DevTools (#36)
16+
- fix interoperability with Redux DevTools ([#36](https://github.com/mattkrick/redux-optimistic-ui/issues/36))
1717

1818
## [2.1.0] - 2017-07-28
1919
### Fixes
20-
- correctly handle invalid transaction ids (#32)
20+
- correctly handle invalid transaction ids ([#32](https://github.com/mattkrick/redux-optimistic-ui/issues/32))
2121

2222
## [2.0.0] - 2017-06-23
2323
### Fixes
24-
- fix error with non-root optimistic reducer and `initialState` (#22)
24+
- fix error with non-root optimistic reducer and `initialState` ([#22](https://github.com/mattkrick/redux-optimistic-ui/issues/22))
2525

2626
## 1.0.0 - 2017-02-17
2727

28-
[Unreleased]: https://github.com/mattkrick/redux-optimistic-ui/compare/v3.0.0...HEAD
29-
[3.0.0]: https://github.com/mattkrick/redux-optimistic-ui/compare/v2.1.0...HEAD
30-
[2.1.0]: https://github.com/mattkrick/redux-optimistic-ui/compare/v2.0.0...HEAD
31-
[2.0.0]: https://github.com/mattkrick/redux-optimistic-ui/compare/v1.0.0...HEAD
28+
[Unreleased]: https://github.com/mattkrick/redux-optimistic-ui/compare/v3.1.0...HEAD
29+
[3.1.0]: https://github.com/mattkrick/redux-optimistic-ui/compare/v3.0.0...v3.1.0
30+
[3.0.0]: https://github.com/mattkrick/redux-optimistic-ui/compare/v2.1.0...v3.0.0
31+
[2.1.0]: https://github.com/mattkrick/redux-optimistic-ui/compare/v2.0.0...v2.1.0
32+
[2.0.0]: https://github.com/mattkrick/redux-optimistic-ui/compare/v1.0.0...v2.0.0

0 commit comments

Comments
 (0)