Skip to content

Commit

Permalink
Added reference to PR #233 to CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed Dec 19, 2021
1 parent c03b4c2 commit b0560f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ In v2, Alignment of output values was limited to the `DefaultFormatter`. It's ab
* Introduced `FormatterSettings.AlignmentFillCharacter`, to customize the the fill character. Default is space (0x20), like with `string.Format`.
* Modified `ListFormatter` so that items can be aligned (but the spacers stay untouched).

### 9. Added `PersistentVariableSource` and `GlobalVariableSource`
### 9. Added `PersistentVariableSource` and `GlobalVariableSource` ([#233](https://github.com/axuno/SmartFormat/pull/233))

Both provide global variables that are stored in `VariablesGroup` containers to the `SmartFormatter`. These variables are not passed in as arguments when formatting a string. Instead, they are taken from these registered `ISource`s.

Expand Down

0 comments on commit b0560f0

Please sign in to comment.