Skip to content

Commit ad78ea1

Browse files
committed
Mark new features with correct versionadded tag
1 parent 86a575b commit ad78ea1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/config.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Optional settings
4949

5050
.. describe:: serverName
5151

52+
.. versionadded:: 1.3.0
53+
5254
Typically this would be the server name, but that doesn’t exist on
5355
all platforms. Instead you may use something like the device ID, as it
5456
indicates the host which the client is running on.

docs/integrations/angular.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
AngularJS
22
=========
33

4+
.. versionadded:: 1.3.0
5+
Prior to 1.3.0, we had an Angular plugin, but was undocumented. 1.3.0 comes with a rewritten version with better support.
6+
47
Installation
58
------------
69

@@ -10,7 +13,7 @@ Example:
1013

1114
.. sourcecode:: html
1215

13-
<script src="https://cdn.ravenjs.com/1.2.0/angular,native/raven.min.js"></script>
16+
<script src="https://cdn.ravenjs.com/1.3.0/angular,native/raven.min.js"></script>
1417

1518
<!-- your application code below -->
1619
<script src="static/app.js"></script>
@@ -35,7 +38,7 @@ your raven.js script include:
3538

3639
.. code-block:: html
3740

38-
<script src="https://cdn.ravenjs.com/1.2.0/angular,native/raven.min.js"></script>
41+
<script src="https://cdn.ravenjs.com/1.3.0/angular,native/raven.min.js"></script>
3942
<script>
4043
Raven.config('___PUBLIC_DSN___').install();
4144
</script>

0 commit comments

Comments
 (0)