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 85a407a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/api/api_changes.rst
Expand Up @@ -399,6 +399,18 @@ mpl.py
Remove the module `matplotlib.mpl`. Deprecated in 1.3 by
PR #1670 and commit 78ce67d161625833cacff23cfe5d74920248c5b2

bundled jquery
--------------

The version of jquery bundled with the webagg backend has been upgrade
from 1.7.1 to 1.11.3. If you are using the version of jquery bundled
with webagg you will need up update you html file 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>
Changes in 1.4.x
================
Expand Down

0 comments on commit 85a407a

Please sign in to comment.