Skip to content

Commit ced94c7

Browse files
committed
chore(changelog) Issue #21: Create changelog.md
1 parent a7245f5 commit ced94c7

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,24 @@ In case that the required Cordova plugins are not installed while installing Nod
8989
* **cordova-plugin-whitelist** - This plugin implements a whitelist policy for navigating the application webview on Cordova 4.0
9090
* **cordova-plugin-transport-security** - Cordova / PhoneGap Plugin to allow 'Arbitrary Loads' by adding a declaration to the Info.plist file to bypass the iOS 9 App Transport Security
9191

92+
## Changelog
93+
```
94+
1.1 - December 17, 2015
95+
- Fix on ConnectionType always returning Connection.UNKNOWN (Android)
96+
- Ionic update to v1.1.1
97+
- Cordova CLI update to v5.4.1
98+
- Ionic CLI update to v1.7.12
99+
- ngCordova update to v0.1.23-alpha
100+
- Support of android versions back to 4.0
101+
- Cordova iOS engine update to 4.0.0
102+
- Plugins update
103+
- Improved installation process for Win/Linux/MacOS
104+
- README.md update with improved instructions on how to install, run, build the app.
105+
106+
1.0 - Nov 23, 2015
107+
- Initial release
108+
```
109+
92110
## Credits
93111

94112
* [Yeoman](http://yeoman.io/)

changelog.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
```
3+
1.1 - December 17, 2015
4+
- Fix on ConnectionType always returning Connection.UNKNOWN (Android)
5+
- Ionic update to v1.1.1
6+
- Cordova CLI update to v5.4.1
7+
- Ionic CLI update to v1.7.12
8+
- ngCordova update to v0.1.23-alpha
9+
- Support of android versions back to 4.0
10+
- Cordova iOS engine update to 4.0.0
11+
- Plugins update
12+
- Improved installation process for Win/Linux/MacOS
13+
- README.md update with improved instructions on how to install, run, build the app.
14+
15+
1.0 - Nov 23, 2015
16+
- Initial release
17+
```

0 commit comments

Comments
 (0)