Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add required email tag to lead details #140

Merged
merged 2 commits into from
Aug 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<lead>
<name>Mike Kaminski</name>
<user>mikek</user>
<email></email>
<active>yes</active>
</lead>
<date>2021-08-19</date>
Expand All @@ -31,6 +32,7 @@

## Bug fixes
- Add missing config.w32 entry to package.xml to make PECL builds on Windows possible @crocodele (#138)
- Add required email tag to lead details @crocodele (#140)

## Maintenance
- Add Mike to list of PECL extension developers, release version 0.9.4 @crocodele (#139)
Expand Down Expand Up @@ -415,6 +417,7 @@

## Bug fixes
- Add missing config.w32 entry to package.xml to make PECL builds on Windows possible @crocodele (#138)
- Add required email tag to lead details @crocodele (#140)

## Maintenance
- Add Mike to list of PECL extension developers, release version 0.9.4 @crocodele (#139)
Expand Down