Add 5.1.1 entry
Modified: doc/text/news.textile (+14 -0) =================================================================== |
||
... 1 2 3 4 5 |
... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
@@ -1,5 +1,19 @@ h1. News +h2(#release-5-1-1). 5.1.1: 2018-01-17 + +h3. Improvements + +* Added @:include_operational_attributes@ convenient option to + @ActiveLdap::Base.find@. @ActiveLdap::Base.find(..., + :include_operational_attributes => true)@ equals to + @ActiveLdap::Base.find(..., :attributes => ["*", "+"])@. + [GitHub#150][Reported by jas01] + +h3. Thanks + +* jas01 + h2(#release-5-1-0). 5.1.0: 2017-05-01 h3. Improvements |
---|