Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb authored Sep 18, 2022
1 parent 596d0a9 commit 42db8cd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Latest Changes
====

v3.2.0
===
### Enhancements

* Remove usage of Linq for less GC
* Add `IConvertable` support for `PluralLocalizationFormatter` and `ConditionalFormatter`
* `ListFormatter`
* ListFormatter handles selector name "Index" in `IEnumerable`s and `IList`s: In `v1.6.1` a Selector was tested for having the name **"index"**, even if data was not an `IList`, and returned the `CollectionIndex`. This is now implemented again in the `ListFormatter.TryEvaluateSelector(...)`
* Set the `ParentPlaceholder` property for item `Format`s
* Use `PooledObject<T>` where possible, so objects will be returned to `ObjectPool` also in case of exceptions

### Fixes
* `FormatItem.AsSpan()` returns the correct name
* Remove potential namespace collisions: All public types in namespace `Cysharp.Text` are now internal


v3.1.0
===

Expand Down

0 comments on commit 42db8cd

Please sign in to comment.