diff --git a/CHANGELOG b/CHANGELOG
index 5da150183..b40c84bf9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
-Changes between 2.0.0 and 2.0.1.dev1
+Changes between 2.0.0 and 2.0.1.devX
----------------------------------------------
+- improve assertions ("not in"), thanks Floris
- improve behaviour/warnings when running on top of "python -OO"
(assertions and docstrings are turned off, leading to potential
false positives)
diff --git a/doc/example/assertion/test_failures.py b/doc/example/assertion/test_failures.py
index b8db738fe..a9075065e 100644
--- a/doc/example/assertion/test_failures.py
+++ b/doc/example/assertion/test_failures.py
@@ -9,6 +9,6 @@ def test_failure_demo_fails_properly(testdir):
failure_demo.copy(testdir.tmpdir.join(failure_demo.basename))
result = testdir.runpytest(target)
result.stdout.fnmatch_lines([
- "*35 failed*"
+ "*39 failed*"
])
assert result.ret != 0
diff --git a/doc/projects.txt b/doc/projects.txt
index 1502ebbcd..9131f644d 100644
--- a/doc/projects.txt
+++ b/doc/projects.txt
@@ -45,6 +45,7 @@ Some organisations using py.test
* `Tandberg `_
* `Shootq `_
* `Stups department of Heinrich Heine University Düsseldorf `_
+* `cellzome`_ `_
* `Open End, Gotenborg `_
* `Laboraratory of Bioinformatics, Warsaw `_
* `merlinux, Germany `_