Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Rephrase parts of the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis committed Jun 23, 2015
1 parent a433ee9 commit 39e4407
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ The SDK runs on devices with iOS 6.0 or higher.
<a name="releasenotes"></a>
## 1. Release Notes

* Allow for easier integration in most projects using the `@import ApplicationInsights;` syntax. This makes manual linking of system frameworks unnecessary!
* Make integration a lot easier, using the `@import ApplicationInsights;` syntax. This makes manual linking of system frameworks unnecessary!
(_Note: Requires support for modules. This is enabled by default for all projects created with Xcode 5 or newer._)
* Add feature to set common properties that will apply to all telemetry data items.

```objectivec
Expand All @@ -47,8 +48,8 @@ Note that this means that the old way of setting the user ID, `setUserId:`, is n
* Switch to sending data in JSON Stream format to improve compatibility with different server backends.
* Improve crash reports by sending additional exception information.
* Add instructions to Readme about how to setup the SDK with WatchKit extensions.
* Add logging in case the developer tries to send objects that are not NSJSONSerialization compatible.
* Fix issues with the backwards compatibility of the nullability annotation.
* Add logging incase the developer tries to send objects that are not NSJSONSerialization compatible.
* Fix issues with the backwars compatiblity of the nullability annotation.
* Various other small improvements and fixes.

See [here](https://github.com/Microsoft/ApplicationInsights-iOS/releases) for the release notes of previous versions.
Expand All @@ -57,7 +58,7 @@ See [here](https://github.com/Microsoft/ApplicationInsights-iOS/releases) for th
## 2. Breaking Changes
There haven't been any breaking changes since 1.0-beta.2. In case the API of the SDK changes, we will deprecate methods, etc. before removing them.

* **[1.0-beta.2]** ```MSAIAppInsights``` was the central entry-point to use the Application Insights SDK. It has been renamed to ```MSAIApplicationInsights```.
* **[1.0-beta.2]** ```MSAIAppInsights``` was the the central entry-point to use the Application Insights SDK. It has been renamed to ```MSAIApplicationInsights```.
* **[1.0-beta.2]** Setting the custom server URL now requires the complete URL to the server

<a id="requirements"></a>
Expand Down
3 changes: 2 additions & 1 deletion docs/Readme-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ The SDK runs on devices with iOS 6.0 or higher.
<a name="releasenotes"></a>
## 1. Release Notes

* Allow for easier integration in most projects using the `@import ApplicationInsights;` syntax. This makes manual linking of system frameworks unnecessary!
* Make integration a lot easier, using the `@import ApplicationInsights;` syntax. This makes manual linking of system frameworks unnecessary!
(_Note: Requires support for modules. This is enabled by default for all projects created with Xcode 5 or newer._)
* Add feature to set common properties that will apply to all telemetry data items.

```objectivec
Expand Down

0 comments on commit 39e4407

Please sign in to comment.