Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshGhodekar committed Oct 12, 2017
2 parents 04e81ac + 87dcaf6 commit 9c86d0f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
10 changes: 1 addition & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@ You can also submit an issue. Use the [Issues](https://github.com/Microsoft/MIMW

## Contributing to MIMWAL Wiki

The two ways to contribute to MIMWAL Wiki are again: Fork the Repository or Submit an Issue.

### Fork the MIMWAL Wiki Repository.

Fork a copy of the [MIMWAL Wiki Repo](https://github.com/Microsoft/MIMWAL/wiki) and send a pull request.

### Submit an Issue.

You can also submit an issue. Use the [Issues](https://github.com/Microsoft/MIMWAL/issues) tab to create a new issue.
To contribute to the MIMWAL wiki, please submit an Issue. Use the [Issues](https://github.com/Microsoft/MIMWAL/issues) tab to create a new issue.

##### Wiki Acceptance

Expand Down
20 changes: 20 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,29 @@ All notable changes to MIMWAL project will be documented in this file. The "Unre
* Support for multi-valued attributes in `[//Effective]` lookup in AuthZ workflows.
* Implement Approve Request Activity.

------------

### Version 2.17.0927.0

#### Fixed

* Bugfix in SortList function.

------------

### Version 2.17.0721.0

#### Added

* Support for Query and Iternation in SendEmailNotification activity.
* [DateTimeFromString][DateTimeFromStringFunction] function.

#### Fixed

* Fixed ParameterValue* functions to return attribute values in the original datatype than as string.
* Correctly setting connection timeout for ODBC connection in ExecuteSqlNonQuery and ExecuteSqlScalar functions.

------------

### Version 2.17.0414.0

Expand All @@ -25,6 +42,8 @@ All notable changes to MIMWAL project will be documented in this file. The "Unre
* New function [ExecuteSqlScalar][ExecuteSqlScalarFunction]
* New function [ValueByKey][ValueByKeyFunction]

------------

### Version 2.16.1028.0

#### Changed
Expand Down Expand Up @@ -151,3 +170,4 @@ All notable changes to MIMWAL project will be documented in this file. The "Unre
[ExecuteSqlNonQueryFunction]: https://github.com/Microsoft/MIMWAL/wiki/ExecuteSqlNonQuery-Function
[ExecuteSqlScalarFunction]: https://github.com/Microsoft/MIMWAL/wiki/ExecuteSqlScalar-Function
[ValueByKeyFunction]: https://github.com/Microsoft/MIMWAL/wiki/ValueByKey-Function
[DateTimeFromStringFunction]: https://github.com/Microsoft/MIMWAL/wiki/DateTimeFromString-Function

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c86d0f

Please sign in to comment.