Raymond Toy pushed to branch issue-418-update-asdf-to-3.3.7.4 at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/general-info/release-21f.md
    ... ... @@ -23,7 +23,7 @@ public domain.
    23 23
         * Add support for Gray streams implementation of file-length via
    
    24 24
           `ext:stream-file-length` generic function.
    
    25 25
       * Changes:
    
    26
    -    * Update to ASDF 3.3.7
    
    26
    +    * Update to ASDF 3.3.7.4
    
    27 27
         * The RNG has changed from an old version of xoroshiro128+ to
    
    28 28
           xoroshiro128**.  This means sequences of random numbers will be
    
    29 29
           different from before.  See ~~#276~~.