[Zope-CVS] CVS: PythonNet/doc - Changes.txt:1.3

Brian Lloyd brian@zope.com
Fri, 1 Aug 2003 10:30:46 -0400


Update of /cvs-repository/PythonNet/doc
In directory cvs.zope.org:/tmp/cvs-serv14820/doc

Modified Files:
	Changes.txt 
Log Message:
checkpoint refcount fixes

=== PythonNet/doc/Changes.txt 1.2 => 1.3 ===
--- PythonNet/doc/Changes.txt:1.2	Wed Jul 30 09:51:26 2003
+++ PythonNet/doc/Changes.txt	Fri Aug  1 10:30:11 2003
@@ -11,12 +11,16 @@
     - Removed decoys like the non-working embedding APIs; lots of internal
       refactoring.
 
-    - Implemented indexer support.
+    - Implemented indexer support. Managed instances that implement indexers 
+      can now be used naturally from Python ( e.g. someobject[0] ).
 
-    - Implemented Pythonic support for managed arrays.
+    - Implemented sequence protocol support for managed arrays.
 
     - Implemented basic thread state management; calls to managed methods
       no longer block Python.
+
+    - Fixed a truly dumb bug that caused conversions of managed strings
+      to PyUnicode to produce mangled values.
 
 
   PythonNet Preview 1