You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,14 @@ All notable changes to GOBL will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). See also the [GOBL versions](https://docs.gobl.org/overview/versions) documentation site for more details.
6
6
7
-
## [vX.XX.X] - XXXX-XX-XX
7
+
## [v0.80.0] - 2024-06-27
8
8
9
9
### Added
10
10
11
-
-`num.Amount` - added `RescaleDown` method, that helps reduce accuracy from a number if higher.
12
-
-`num.Amount` - added `RescaleRange` method, ensures that the exponent is within a specific range.
11
+
-`num.Amount` - `RescaleDown` method, that helps reduce accuracy from a number if higher.
12
+
-`num.Amount` - `RescaleRange` method, ensures that the exponent is within a specific range.
13
13
- Greece tax regime
14
+
-`tax.Combo` - regime specific calculations now supported.
0 commit comments