Skip to content

Commit ae44521

Browse files
committed
WIP: update changelog & readme
1 parent b8d9ecb commit ae44521

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## (unreleased)
2+
3+
* Removed old/unused appveyor config
4+
* Remove old Rubies from CI & cross build config
5+
* Add Ruby 2.7 to CI & cross build config
6+
* Use rake-compiler-dock 1.0 for Ruby 2.7 support
7+
18
## 2.1.2
29

310
* Use Kernel.BigDecimal vs BigDecimal.new. Fixes #409.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ The default is true and since FreeTDS v1.0 would do this as well.
401401

402402
## Compiling Gems for Windows
403403

404-
For the convenience of Windows users, TinyTDS ships pre-compiled gems for Ruby 2.0, 2.1, 2.2, and 2.3 on Windows. In order to generate these gems, [rake-compiler-dock](https://github.com/rake-compiler/rake-compiler-dock) is used. This project provides a [Docker image](https://registry.hub.docker.com/u/larskanis/rake-compiler-dock/) with rvm, cross-compilers and a number of different target versions of Ruby.
404+
For the convenience of Windows users, TinyTDS ships pre-compiled gems for supported versions of Ruby on Windows. In order to generate these gems, [rake-compiler-dock](https://github.com/rake-compiler/rake-compiler-dock) is used. This project provides a [Docker image](https://registry.hub.docker.com/u/larskanis/rake-compiler-dock/) with rvm, cross-compilers and a number of different target versions of Ruby.
405405

406406
Run the following rake task to compile the gems for Windows. This will check the availability of [Docker](https://www.docker.com/) (and boot2docker on Windows or OS-X) and will give some advice for download and installation. When docker is running, it will download the docker image (once-only) and start the build:
407407

0 commit comments

Comments
 (0)