Skip to content

Commit d2f1cc9

Browse files
committed
Update CHANGELOG.
1 parent c7f6a55 commit d2f1cc9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11

22
## v4.2.0
33

4-
* ...
4+
#### Added
5+
6+
* New `ActiveRecord::Type` objects. See `active_record/connection_adapters/sqlserver/type` dir.
7+
* New `SQLServer::Utils::Name` object for decomposing and quoting SQL Server names/identifiers.
8+
9+
#### Changed
10+
11+
* Complete rewrite of our Arel visitor. Focuing on 2012 and upward so we can make FETCH happen.
12+
* Testing enhancements.
13+
* Guard support, check our Guardfile.
14+
* Use `ARTest` namespace with `SQLServer` module for our helpers/objects.
15+
* Simple 2012 schmea addition and extensive column/type_cast object tests.
516

617

718
## v4.1.0

0 commit comments

Comments
 (0)