Fix issue with large binary numbers (#43)

This commit is contained in:
Borys Levytskyi
2023-05-04 22:17:48 +03:00
committed by GitHub
parent 965827cb77
commit 278d4e3a24
8 changed files with 76 additions and 32 deletions

View File

@@ -6,6 +6,12 @@ function WhatsnewResultView() {
return <div className="changelog">
<h3>Changelog</h3>
<div className='item item-new'>
<p>
<span className="soft date">Jul 24th, 2021</span> <br/>
Fixed <a href="https://github.com/BorysLevytskyi/BitwiseCmd/issues/13">bug</a> with incorrect binary representation of 64 bit numbers. <u>Negative 64 bit numbers currently are not supported by BitwiseCmd</u>.
</p>
</div>
<div className="item item-new">
<p><span className="soft date">Jul 24th, 2021</span> <br/>
<ul>