Skip to content

Commit 26daf15

Browse files
committed
readme updates.
1 parent 2c98bc8 commit 26daf15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--![CI](https://github.com/mdbergmann/cl-gserver/workflows/CI/badge.svg?branch=master)-->
1+
![CI](https://github.com/mdbergmann/cl-gserver/workflows/CI/badge.svg?branch=master)
22

33
### Introduction - Actor framework featuring actors and agents
44

@@ -688,6 +688,8 @@ Previous 'self' and 'state' parameters are now accessible via `*self*` and `*sta
688688

689689
### Version history
690690

691+
**Version 3.2.0 (13.2.2024):** Message-box queue changes. SBCL now uses a separate fast CAS based queue coming as a contrib package. The other impls use a faster queue by default but still with locking. New benchmarks.
692+
691693
**Version 3.1.0 (14.1.2024):** Added scheduler facility to actor-system that allows to schedule functions one or recurring. See API documentation for more info.
692694

693695
**Version 3.0.4 (10.7.2023):** Allow additional initialization arguments be passed to actor. Wheel-time now knows CANCEL function. Partial fix for clasp (2.3.0).

0 commit comments

Comments
 (0)