Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Dec 23, 2019
1 parent f7baed8 commit 4fd4440
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
5.1.0 / 2019-12-23
------------------

- Benchmark for BigInt (#226)
- Add documentation for max/min (#232)
- Update BN#inspect for Symbols (#225)
- Improve performance of toArrayLike (#222)
- temporary disable jumboMulTo in BN#mulTo (#221)
- optimize toBitArray function (#212)
- fix iaddn sign issue (#216)

5.0.0 / 2019-07-04
------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bn.js",
"version": "5.0.0",
"version": "5.1.0",
"description": "Big number implementation in pure javascript",
"main": "lib/bn.js",
"scripts": {
Expand Down

0 comments on commit 4fd4440

Please sign in to comment.