====================
What's new in dennis
====================

.. contents::
   :local:


Version 0.3.7: October 15th, 2013
=================================

**Changes**

* 5787e12 Add dubstep translator
* fd90046 Add shims so you can easily use with django


Version 0.3.6: September 19th, 2013
===================================

**Changes**

* 56b7372 Fix false positives like (%(count)s) in malformed lint rule.


Version 0.3.5: September 17th, 2013
===================================

**Changes**

* b432e1b Fix rules default

  Running the linter with the default set of rules will now include
  malformed variable linting.

* 72083f9 Improve detect missing } with python vars
* b8f3776 Improve linting docs

  It includes a list of lint rules and what they do.

* 6d9bac5 Detect missing } in Python formatting vars
* 1a10c35 Fix detection of malformed formatting token at end of string


Version 0.3.4: July 30th, 2013
==============================

**Changes**

* 8a1d4a8 Make sure to lint only translated non-fuzzy strings


Version 0.3.3: July 29th, 2013
==============================

**Backwards-incompatible changes**

* cf668a3 Rename var_types to just var

  If you were doing something like::

      $ dennis-cmd lint --types=python ...
      $ dennis-cmd translate --types=python ...

  that ``--types`` argument is now ``--vars``.

**Changes**

* 952245c Tweak lint output to betterr do errorsonly
* cc63144 Fix lint output issues
* 6ee94a3 Overhaul linter to support multiple lint rules


Version 0.3.2: July 23rd, 2013
==============================

**Changes**

* c778532 Add haha transform
* e41bca8 Add --errorsonly flag to linter (#16)
* 759352d Fix UnicodeEncodeErrors wit' translate


Version 0.3.1: July 15th, 2013
==============================

**Changes**

* c600064 Handle invalid .po files (#10)
* 52f81f9 Fix lint output so it's utf-8 (#11)
* 7da6add Tweak translator to allow for translating stdin (#13)
* a5e3556 Add empty, xxx, anglequote and shouty transforms
* 8cb1f2a Add redacted transform
* Documentation
* Bug fixes


Version 0.3: July 8th, 2013
===========================

**Changes**

* Initial writing. Yay!

What happened to 0.1 and 0.2? I skipped them.
