diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9f9b4..6442762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.1.2] - 2022-07-18 +### Added +- Infinity sample for multi prefab. +### Changed +- Fix API below Unity 2020 +- Fix `RefreshCells` with total count changes. +- Check `m_Content` afterwards. +- Fix SizeHelper with no content spacing considered. + ## [1.1.1] - 2022-04-23 ### Added - Register at OpenUPM. diff --git a/package.json b/package.json index 18554f0..ea6b51e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "me.qiankanglai.loopscrollrect", - "version": "1.1.1", + "version": "1.1.2", "displayName": "LoopScrollRect", "description": "make your ScrollRect `Reusable`", "repository": {