Skip to content

Commit

Permalink
Add breaking change note to CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed Jul 18, 2021
1 parent 89be5c1 commit 1a2c329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Extensions:
* Neither `ISource` nore `IFormatter` extensions have a CTOR with an argument. This allows for adding extension instances to different `SmartFormatter`s.
* Any exensions can implement `IInitializer`. If this is implemented, the `SmartFormatter` will call the method `Initialize(SmartFormatter smartFormatter)` of the extension, before adding it to the extension list.
* The `Source` abstract class implements `IInitializer`. The `SmartFormatter` and the `SmartSettings` are accessible for classes with `Source` as the base class.
* `TimeFormatter` and `TemplateFormatter` had both used the same short name `'t'` up to v2.7.x. `'t'` is removed from `TimeFormatter`.

#### Added `StringSource` as another `ISource` ([#178](https://github.com/axuno/SmartFormat/pull/178))

Expand Down

0 comments on commit 1a2c329

Please sign in to comment.