Skip to content

Commit 9a0602a

Browse files
committed
Merge pull request #247 from PaulRBerg/docs/new-release
docs: roll v4.0.3
2 parents c97a83b + fdae1fe commit 9a0602a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
[4.1.0]: https://github.com/PaulRBerg/prb-math/compare/v4.0.3...v4.1.0
89
[4.0.3]: https://github.com/PaulRBerg/prb-math/compare/v4.0.2...v4.0.3
910
[4.0.2]: https://github.com/PaulRBerg/prb-math/compare/v4.0.1...v4.0.2
1011
[4.0.1]: https://github.com/PaulRBerg/prb-math/compare/v4.0.0...v4.0.1
@@ -33,6 +34,22 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
3334
[1.0.1]: https://github.com/PaulRBerg/prb-math/compare/v1.0.0...v1.0.1
3435
[1.0.0]: https://github.com/PaulRBerg/prb-math/releases/tag/v1.0.0
3536

37+
## [4.1.0] - 2024-10-21
38+
39+
### Changed
40+
41+
- Make domain bound specs more visually descriptive ([#239](https://github.com/PaulRBerg/prb-math/pull/239)) (@PaulRBerg)
42+
- Update requirement spec in `UD60x18.log2` ([#239](https://github.com/PaulRBerg/prb-math/pull/239)) (@PaulRBerg)
43+
- Use return instead of param for return parameter NatSpec documentation ([#241](https://github.com/PaulRBerg/prb-math/pull/241)) (@ericglau)
44+
45+
### Added
46+
47+
- Add UD21x18 and SD21x18 types ([#212](https://github.com/PaulRBerg/prb-math/pull/212)) (@andreivladbrg, @PaulRBerg)
48+
49+
### Removed
50+
51+
- Remove adjacent castings ([#237](https://github.com/PaulRBerg/prb-math/pull/237)) (@PaulRBerg)
52+
3653
## [4.0.3] - 2024-06-14
3754

3855
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prb/math",
33
"description": "Solidity library for advanced fixed-point math",
4-
"version": "4.0.3",
4+
"version": "4.1.0",
55
"author": {
66
"name": "Paul Razvan Berg",
77
"url": "https://github.com/PaulRBerg"

0 commit comments

Comments
 (0)