summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
blob: bd87fab427d6fd00ffd3a717463726359b1a64e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
***********
 CHANGELOG
***********

Unreleased
==========

* Validation of field contents have been made stricter: invalid contents
  that were accepted in the past may now cause an indexing error.
* The timestamp field type is now expected to contain a unix timestamp
  (a yaml datetime is accepted, but may be converted to a unix
  timestamp) and the types datetime and date have been added.

0.5.1
=====

Library
-------

* This version changes the name of entry IDs from the nonsensical ``uid`` to
  ``eid`` (Entry ID) everywhere in the code, including the property
  ``Entry.uid`` and all method names.