Skip to content

Commit

Permalink
feat: roll v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Apr 24, 2021
1 parent 62021c1 commit 5a1d0b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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).

## [1.0.5] - 2021-04-24

### Added

- Link to StackExchange answer in `exp2` NatSpec comments.

### Changed

- Speed up the `exp2` function in PRBMathCommon.sol by simplifying the integer part calculation.
- Use the SCALE constant instead of the 1e18 literal in PRBMathCommon.sol.

## [1.0.4] - 2021-04-20

### Changed
Expand Down Expand Up @@ -39,6 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- First release of the library.

[1.0.5]: https://github.com/hifi-finance/prb-math/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/hifi-finance/prb-math/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/hifi-finance/prb-math/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/hifi-finance/prb-math/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prb-math",
"description": "Smart contract library for advanced fixed-point math",
"version": "1.0.4",
"version": "1.0.5",
"author": {
"name": "Paul Razvan Berg",
"url": "https://paulrberg.com"
Expand Down

0 comments on commit 5a1d0b6

Please sign in to comment.