Skip to content

Commit

Permalink
DOC: add API notes for jquery upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Sep 24, 2015
1 parent e94c609 commit 3d513b4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/api/api_changes.rst
Expand Up @@ -265,6 +265,19 @@ of the property cycle, if it exists.
Timeline for removal has not been set.


Bundled jquery
--------------

The version of jquery bundled with the webagg backend has been upgraded
from 1.7.1 to 1.11.3. If you are using the version of jquery bundled
with webagg you will need to update you html files as such

.. code-block:: diff
- <script src="_static/jquery/js/jquery-1.7.1.min.js"></script>
+ <script src="_static/jquery/js/jquery-1.11.3.min.js"></script>
Code Removed
------------

Expand Down

0 comments on commit 3d513b4

Please sign in to comment.