Skip to content

Commit

Permalink
Clarify CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
edi9999 committed Dec 10, 2024
1 parent 22530fc commit 64d519e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ the same time of the release of [email protected].

The new version is [email protected].

All users of docxtemplater that use `angular-expressions` should upgrade as soon as possible.
All users of docxtemplater that use `angular-expressions` should upgrade to `[email protected]` as soon as possible..

With version [email protected] and version<=3.55.4 of docxtemplater, the
following template using `this` with a computation would not return the correct value
Expand All @@ -27,7 +27,9 @@ Similarly, the following templates would also produce a non correct value :
{. + .}
```

With version 3.55.5, the correct behavior is restored.
Most expressions (Probably 99.5%) are not affected and continued to work without an upgrade in docxtemplater, such as {users | filter}, {age > 18}, {company.address}, ...

With version 3.55.5, the correct behavior is restored for the 0.5% cases using this with computations.

### 3.55.4

Expand Down

0 comments on commit 64d519e

Please sign in to comment.