Update CHANGELOG
This commit is contained in:
parent
e5e4a69ef8
commit
8879f77143
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
## v2.6.0-RC1 / 2014 Mar 12
|
## v2.6.0-RC1 / 2014 Mar 12
|
||||||
|
|
||||||
|
> **Major release** with efficiency improvements, reliability improvements, and some new utils.
|
||||||
> Welcoming feedback on any issues, etc.!
|
> Welcoming feedback on any issues, etc.!
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
|
@ -11,13 +12,14 @@
|
||||||
* New benchmarks added, notably a Fressian comparison.
|
* New benchmarks added, notably a Fressian comparison.
|
||||||
* Added experimental `freezable?` util fn to main ns.
|
* Added experimental `freezable?` util fn to main ns.
|
||||||
* Added some property-based [simple-check](https://github.com/reiddraper/simple-check) roundtrip tests.
|
* Added some property-based [simple-check](https://github.com/reiddraper/simple-check) roundtrip tests.
|
||||||
|
* Public utils now available for custom type extension: `write-bytes`, `write-biginteger`, `write-utf8`, `write-compact-long`, and respective readers.
|
||||||
|
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
||||||
* **BREAKING**: the experimental `Compressable-LZMA2` type has changed (less overhead).
|
* **BREAKING**: the experimental `Compressable-LZMA2` type has changed (less overhead).
|
||||||
* **DEPRECATED**: `freeze-to-stream!`, `thaw-from-stream!` are deprecated in favor of the more general `freeze-to-out!`, `thaw-from-in!`.
|
* **DEPRECATED**: `freeze-to-stream!`, `thaw-from-stream!` are deprecated in favor of the more general `freeze-to-out!`, `thaw-from-in!`.
|
||||||
* **DEPRECATED**: `:legacy-mode` options. This was being used mainly for headerless freezing, so a new headerless mode is taking its place.
|
* **DEPRECATED**: `:legacy-mode` options. This was being used mainly for headerless freezing, so a new headerless mode is taking its place.
|
||||||
* Public utils now available for custom type extension: `write-bytes`, `write-biginteger`, `write-utf8`, `write-compact-long`, and respective readers.
|
|
||||||
* Now distinguish between `BigInteger` and `BigInt` on thawing (previously both thawed to `BigInt`s). (mlacorte).
|
* Now distinguish between `BigInteger` and `BigInt` on thawing (previously both thawed to `BigInt`s). (mlacorte).
|
||||||
* Moved most utils to external `encore` dependency.
|
* Moved most utils to external `encore` dependency.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue