File tree Expand file tree Collapse file tree 3 files changed +13
-14
lines changed
Expand file tree Collapse file tree 3 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ is more important to get things right than to be consistent with previous
66versions. Use this changelog to see what changed in a new release, because this
77might include API breaking changes.
88
9+ New in v0.15.1
10+ --------------
11+
12+ Bugfixes:
13+
14+ * Fix a bug where `shift_up_right() ` and `shift_up_left() ` were producing
15+ integers larger than 64bit when shifting squares off the board.
16+
17+ New features:
18+
19+ * Replaced __html__ with experimental SVG rendering for IPython.
20+
921New in v0.15.0
1022--------------
1123
Original file line number Diff line number Diff line change @@ -376,19 +376,6 @@ Features
376376 >> > engine.quit()
377377 0
378378
379- Bug bounty
380- ----------
381-
382- There is a **100$ bug bounty ** for the first report of a critical issue in the
383- core module. (Most likely I'll renew the bounty.)
384- The bug must be reproducible in the latest release, not yet reported,
385- and not yet fixed in the master branch. I consider critical:
386-
387- * Move generation
388- * Move validation
389- * Move making
390- * Parser errors that leave objects in an inconsistent state
391-
392379 Performance
393380-----------
394381
Original file line number Diff line number Diff line change 2626
2727__email__ = "niklas.fiekas@backscattering.de"
2828
29- __version__ = "0.15.0 "
29+ __version__ = "0.15.1 "
3030
3131import copy
3232import re
You can’t perform that action at this time.
0 commit comments