r3750: *** empty log message ***
[cl-base64.git] / debian / changelog
index 857f0246c1662c6d5e56ee2531f877bd2093955e..fb13c48003e6636bf34b34525eac444bd03084bc 100644 (file)
@@ -1,5 +1,9 @@
-cl-base64 (2.2.0-1) unstable; urgency=low
+cl-base64 (3.0.0-1) unstable; urgency=low
 
+  * Remove src.lisp and add package.lisp, decode.lisp, encode.lisp     
+  * Add support for usb8-arrays        
+  * Rewrite routines as macros to create efficient functions for
+     converting to and from streams, strings, and usb8-arrays.
   * Fix error in integer-to-base64 when using columns
   * Add base64-test.asd and test.lisp regression suite