Note Component support in the change log

This commit is contained in:
Sean Corfield 2020-04-28 17:36:03 -07:00
parent 66fdba4be9
commit 8068afab5c

View file

@ -4,6 +4,7 @@ Only accretive/fixative changes will be made from now on.
The following changes have been made on **master** since the 1.0.424 release:
* Experimental support for Stuart Sierra's Component library, via `next.jdbc.connection/component`. Documentation coming soon!
* Add MySQL-specific result set streaming tip.
* Investigate possible solutions for #106 (mutable transaction thread safety) -- experimental `locking` on `Connection` object.