Skip to content

Commit

Permalink
Update changelog for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Nov 18, 2024
1 parent fc05271 commit f81bc76
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [0.5.0](https://github.com/rokucommunity/promises/compare/v0.4.0...v0.5.0) - 2024-11-18
### Added
- Feature/allSettled(), any(), race(). ([#25](https://github.com/rokucommunity/promises/pull/25))
### Changed
- all internal promise rejections now reject with an exception object instead of a string ([#25](https://github.com/rokucommunity/promises/pull/25))



## [0.4.0](https://github.com/rokucommunity/promises/compare/v0.3.0...v0.4.0) - 2024-10-18
### Fixed
- Prevent stackoverflow ([#23](https://github.com/rokucommunity/promises/pull/23))
Expand Down

0 comments on commit f81bc76

Please sign in to comment.