File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v3.5.7] 2025-12-16
4+ - fix misclassification of unary minus as subtraction
5+ - fix parsing empty function call
6+
7+ ## [ v3.5.6] 2025-10-20
8+ - fix comparison of Hash with integer
9+ - refactor case parsing
10+ - remove input mutation
11+ - fix bug with arithmetic node validation
12+
313## [ v3.5.5] 2025-08-20
414- fix percentages in print visitor
515- repo cleanup
267277## [ v0.1.0] 2012-01-20
268278- initial release
269279
280+ [ v3.5.6 ] : https://github.com/rubysolo/dentaku/compare/v3.5.5...v3.5.6
270281[ v3.5.5 ] : https://github.com/rubysolo/dentaku/compare/v3.5.4...v3.5.5
271282[ v3.5.4 ] : https://github.com/rubysolo/dentaku/compare/v3.5.3...v3.5.4
272283[ v3.5.3 ] : https://github.com/rubysolo/dentaku/compare/v3.5.2...v3.5.3
Original file line number Diff line number Diff line change 11module Dentaku
2- VERSION = "3.5.6 "
2+ VERSION = "3.5.7 "
33end
You can’t perform that action at this time.
0 commit comments