Update changelog

This commit is contained in:
Jeremie Dimino 2017-08-17 14:28:25 +01:00 committed by Jérémie Dimino
parent 297e82061e
commit 374f548eab
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@
- Get rid of the `deprecated-ppx-method` findlib package for ppx
rewriters (#222, fixes #163)
- Use digests (MD5) of files contents to detect changes rather than
just looking at the timestamps. We still use timestamps to avoid
recomputing digests. The performance difference is negligible and we
avoid more useless recompilations, especially when switching branches
for instance (#209, fixes #158)
1.0+beta11 (21/07/2017)
-----------------------