Skip to content

Commit 121a959

Browse files
committed
doc: update changelog.
1 parent 2e1374e commit 121a959

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,24 @@ and this project adheres to [Romantic Versioning](http://blog.legacyteam.info/20
66

77
## [Unreleased]
88

9-
## [0.8.33] - 2018/03/22
9+
## [0.8.41] - 2018/04/02
10+
### Changed
11+
- OverridePoints/IsFirstBoot method signature is changed to async.
12+
13+
### Feature
14+
- added OverridePoints/OnBootApplication method for run some code before Autoya starts authenticate feature.
15+
16+
- OverridePoints/OnRestoreRuntimeManifest method is added. this method will be executed when start restoring runtimeManifest.
17+
18+
- OverridePoints/OnNewAssetBundleListStoreFailed method is added. this method will be executed when failed to store new-downloaded AssetBundleList to device.
19+
20+
21+
- AssetBundle_FactoryReset feature is added. this method is pretty good for delete all cached AssetBundles and downloaded AssetBundleList. after this method, the state of the AssetBundle feature is set to "newly installed".
22+
23+
### Fix
24+
- fixed bug for Purchase_AttemptReadyPurcase.
25+
26+
## [0.8.40] - 2018/03/22
1027
### Changed
1128
- AssetBundle Preload feature method signature is changed.
1229

@@ -137,8 +154,9 @@ and this project adheres to [Romantic Versioning](http://blog.legacyteam.info/20
137154
### Removed
138155
- Something.
139156

140-
[Unreleased]: https://github.com/sassembla/autoya/compare/0.8.33...HEAD
141-
[0.8.33]: https://github.com/sassembla/autoya/compare/0.8.32...0.8.33
157+
[Unreleased]: https://github.com/sassembla/autoya/compare/0.8.41...HEAD
158+
[0.8.41]: https://github.com/sassembla/autoya/compare/0.8.40...0.8.41
159+
[0.8.40]: https://github.com/sassembla/autoya/compare/0.8.32...0.8.40
142160
[0.8.32]: https://github.com/sassembla/autoya/compare/0.8.31...0.8.32
143161
[0.8.31]: https://github.com/sassembla/autoya/compare/0.8.30...0.8.31
144162
[0.8.30]: https://github.com/sassembla/autoya/compare/0.8.29...0.8.30

0 commit comments

Comments
 (0)