Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Nov 17, 2016
1 parent 05f3faa commit c517450
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 0.12.0 (2016-11-17)

* Depends on irmin-watcher 0.2.0 to use portable file-system watches
(fsevents on OSX or inotify on Linux) to replace the slow and CPU
intensive file-system polling that was the default (#380, @samoht)
* Do not use `Lwt_unix.fork` in the tests anymore (#383, @samoht)
* Switch from Stringext to Astring (#382, @samoht)
* Fix regression in the tests for using Git over HTTP (#376, @samoht)
* Catch top-level exceptions in watch callbacks (#375, @samoht)
* Fix merge of assoc list with no common ancestor (#374, @samoht)
* New functor `Make_with_metadata` to customize the type of the
nodes metadata (#364, @samoht)
* Remove mentions of private modules from the public interface
(#364, @samoht)

### 0.11.1 (2016-06-14)

* Fix compilation of examples (#359, @samoht)
Expand Down

0 comments on commit c517450

Please sign in to comment.