Alexanderius
Alexanderius

Reputation: 841

What's new in fluent nhibernate 1.4

FluentNhibernate 1.4 was released in December: http://www.nuget.org/packages/FluentNhibernate

I have searched the interned, but cannot find any release notes about it. Anybody knows what's new in this version?

Upvotes: 0

Views: 287

Answers (2)

Handcraftsman
Handcraftsman

Reputation: 6993

The FluentNHibernate 1.4.0 changelog/release notes are on GitHub:

https://github.com/jagregory/fluent-nhibernate/releases/tag/1.4.0.1

Upvotes: 1

user2420187
user2420187

Reputation: 16

There doesn´t seem to be a real changelog, but a short announcement on google groups by the latest contributor states it´s a bugfix release only with no new features.

Upvotes: 0

Related Questions