Skip to content

Commit

Permalink
"Length (human)" => "!human"Height"; Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
hanna-kn committed May 6, 2024
1 parent eb4db86 commit ac095a6
Show file tree
Hide file tree
Showing 10 changed files with 6,326 additions and 6,277 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2024-05-01 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Avoid potential issues with equations and inequalities caused possibly modified comparison type property (primarily potentially resulting in AND instead of OR and vice versa)
* Fix multiplication sign after exponentiation factor for unformatted output without unicode exponents

2024-04-30 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Fix "(ax+1)^n > 1" and "(ax+1)^n >= 1", where n is even and a is not 1, returning false

2024-04-27 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Fix -Wdocumentation warnings

2024-04-21 Hanna Knutsson <hanna.knutsson@protonmail.com>

* Ask for the desired interpretation the first time percent addition is used (e.g. 100 + 10% equals 110 or 100.1)
Expand Down
3 changes: 2 additions & 1 deletion data/functions.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,8 @@
<_title>Weight</_title>
</argument>
<argument type="free" index="2">
<_title>Length (human)</_title>
<!-- Length of human (omit "!human!" from translated string) -->
<_title>!human!Height</_title>
</argument>
</function>
<function>
Expand Down
Loading

0 comments on commit ac095a6

Please sign in to comment.