mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-23 21:22:48 +01:00
Fix issue with large binary numbers (#43)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user