Skip to content

Commit 2c59739

Browse files
committed
docs: roll v3.2.0
1 parent 7b9271b commit 2c59739

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 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+
[3.2.0]: https://github.com/paulrberg/prb-math/compare/v3.1.0...v3.2.0
89
[3.1.0]: https://github.com/paulrberg/prb-math/compare/v3.0.0...v3.1.0
910
[3.0.0]: https://github.com/paulrberg/prb-math/compare/v2.5.0...v3.0.0
1011
[2.5.0]: https://github.com/paulrberg/prb-math/compare/v2.4.3...v2.5.0
@@ -25,6 +26,20 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
2526
[1.0.1]: https://github.com/paulrberg/prb-math/compare/v1.0.0...v1.0.1
2627
[1.0.0]: https://github.com/paulrberg/prb-math/releases/tag/v1.0.0
2728

29+
## [3.2.0] - 2022-12-13
30+
31+
### Added
32+
33+
- Add assertions for array comparisons (@paulrberg)
34+
35+
### Removed
36+
37+
- Delete assertions that have an "err" argument (@paulrberg)
38+
39+
### Fixed
40+
41+
- Match types for `SD1x18` and `UD2x18` assertions (@paulrberg)
42+
2843
## [3.1.0] - 2022-12-13
2944

3045
### Added

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": "3.1.0",
4+
"version": "3.2.0",
55
"author": {
66
"name": "Paul Razvan Berg",
77
"url": "https://github.com/paulrberg"

0 commit comments

Comments
 (0)