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 70d15d1..08c7617 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 0394ed3..1683e58 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: