Skip to content

Commit

Permalink
version in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sakari committed Aug 29, 2023
1 parent 0acd882 commit f9ec727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Bug fix for network mapping when a value was made with different makers.
const value2 = Bmake(value).success();
```

# 7.4.0

value2 had both A and B types and network mapping tried to use mapping also from A type when it should have only used mappings from type B if any.
Now value2 does not have a linkage anymore to type A and will not be considered when network mapping.

Expand Down

0 comments on commit f9ec727

Please sign in to comment.