diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index 464ba57..7fdace5 100644
a
|
b
|
Django 1.4 also includes several smaller improvements worth noting:
|
581 | 581 | :attr:`Sitemap.protocol <django.contrib.sitemaps.Sitemap.protocol>` class |
582 | 582 | attribute. |
583 | 583 | |
| 584 | * More accurate detection of translatable strings in JavaScript source files. |
| 585 | The :djadmin:`makemessages` command uses a new lexer for extracting |
| 586 | translations from sources using bundled version of `JsLex`_ by Ned Batchelder. |
| 587 | |
| 588 | .. _JsLex: https://bitbucket.org/ned/jslex |
| 589 | |
584 | 590 | Backwards incompatible changes in 1.4 |
585 | 591 | ===================================== |
586 | 592 | |