Changelog
=========


0.4.0 (2018-06-25)
------------------

- Enabled shared resources across symptoms
  see ``SymptomBaseWithCache``
  [gotcha]

- Avoid computation of inactive symptoms
  [gotcha]

- Avoid character detection when using BeautifulSoup
  [gotcha]

- Check if IAnnotations provided context to get ignored symptoms.
  It will prevent an error when context is IItem (no Archetypes or Dexterity).
  [bsuttor]

- Do not override view_methods of collection on installation.
  [bsuttor]

- Added initial documentation.
  [miziodel]

- Added italian translation.
  [miziodel]


0.3 (2013-09-03)
----------------

- Symptom descriptions makes more sense.
  [gotcha]

- Columns are sortable in collection_view.
  [gotcha]

- Remove global diagnosis column in collection_view.
  [gotcha]


0.2 (2013-08-27)
----------------

- Restore view for old-style collection (topic).
  [gotcha]

- Add ignore symptom feature.
  [gotcha]


0.1.1 (2013-07-16)
------------------

- Translate status.
  [gotcha]

- Add dutch translation.
  [dbutaye]


0.1.0 (2013-07-06)
------------------

- Add infrae.i18nextract for package translation.
  [toutpt]

- Avoid one call per symptoms to component registry by removing `IIsActive`.
  [toutpt]

- Make provided symptoms configurable through `portal_registry`.
  [toutpt]

0.1a3 (2012-04-30)
------------------

- Symptoms can be deactivated in registry.
  [laulaz]

0.1a2 (2012-03-16)
------------------

- Add viewlet on content items.
  [gotcha]

- Refactored to use subscriber adapters.
  [gotcha]

0.1a1 (2012-02-17)
------------------

- Initial functionality.
  [gotcha]
