-*- org -*-

* 0.2

** Features:
- show contextual diff of changes instead of just the 2 variations. Helpful
  when modify big chunks.
- can now handle multiple languages output, not just ocaml, with the -lang
  command line option
- can reorder chunk in orig without causing synchronisation needs.
- handle what before was stopping the synchronisation of
  "a chunk has been deleted"
- better error message, show chunk name

** Internals: 
- reorganize types 

** Bugfix: 
- agglomerate chunkname in view_of_orig
- dont print space for blank_string line, otherwise make sync will not fixpoint

** Documentations:
- describe limitations
- add stuff on copy-paste and AOP
- improve documentation related to emacs

* 0.1

** first public release

** Features:
- fine grained sync using md5sum

* beta

** Features:
- sync
- specific to ocaml
- make a few assumptions on format of literate document and its markup.

* alpha