collision: Docstring should not mention pyrex.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Fri, 23 Apr 2010 08:56:30 +0000 (01:56 -0700)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Fri, 23 Apr 2010 08:56:30 +0000 (01:56 -0700)
NEWS.txt
bulletml/collision.py

index 70d15d1a31e190d0eb21e6db26811f7868bf48fa..08c76174bd34422c8816a27505dc15eedda9fc37 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,2 +1,7 @@
+2 - 2010.04.??
+ * Easier to extend Action with new behaviors.
+ * Conditional <if>/<then>/<else> elements.
+ * Faster Pyrex-less collision extension.
+
 1 - 2010.04.10
  * Initial release.
index 0394ed3b929b0f2edf2b6b768be3b389c4e3c8a5..1683e58f6ca70fa583e65e9e967835d2c6831472 100644 (file)
@@ -4,8 +4,9 @@ This module provides simple collision checking appropriate for
 shmups. It provides a routine to check whether two moving circles
 collided during the past frame.
 
-If Pyrex was available when installing, this will used optimized
-versions of the functions.
+An equivalent C-based version will be used automatically if it was
+compiled and installed with the module. If available, it will be noted
+in the docstrings for the functions.
 
 Basic Usage: