revised syntax in quotations - supports ocaml 3.12
[deriving.git] / CHANGES
blob1b6cca87095f9548acecc2ed1250d9b59d7dac48
1 ------------------------------------------------------------------------------
2 0.1.1
4 Changes from 0.1:
6   * Renamed serialisation classes:
8     Pickle -> Dump
9     Shelve -> Pickle
11   * Made Dump and Pickle interface compatible with each other and more
12     compatible with Marshal.
14   * Bugfix in the tag hash function on 64-bit platforms.
16   * Fixed a bug with a functor application quotation that used revised
17     syntax.
19 ------------------------------------------------------------------------------
20 0.1
22 Initial release