CHANGELOG.md in app-info-2.0.0.rc1 vs CHANGELOG.md in app-info-2.0.0
- old
+ new
@@ -7,21 +7,24 @@
## [Unreleased]
> List all changes before release a new version.
-### Changed
+## [2.0.0] (2019-10-29)
-- Remove `Parser` module to reduce namespace. #[13](https://github.com/icyleaf/app-info/issues/13)
-- Use parse Macho-O header and contents to detect file type instead of file extension name.
-- Dropped Ruby 2.2 and below versions support.
-
### Added
-- Added iOS .dSYM.zip format support. #[8](https://github.com/icyleaf/app-info/issues/8)
+- Added iOS `.dSYM.zip` format support. #[8](https://github.com/icyleaf/app-info/issues/8)
- Added parse mobileprovision in Linux. #[10](https://github.com/icyleaf/app_info/pull/10)
- Added `AppInfo.file_type` to detect file type.
- Added detect and simple parse Android proguard file support. #[15](https://github.com/icyleaf/app_info/pull/15)
+- Added `AppInfo::IPA.archs` to return what architecture(s) support. #[16](https://github.com/icyleaf/app_info/pull/16)
+
+### Changed
+
+- Remove `Parser` module to reduce namespace. #[13](https://github.com/icyleaf/app-info/issues/13)
+- Use parse Macho-O header and contents to detect file type instead of file extension name.
+- Dropped Ruby 2.2 and below versions support.
## [1.1.2] (2019-09-19)
### Fixed