I've confirmed both and will have a fix out next version. If everything goes to plan, I should have that released tomorrow.
Are you using a different theme by any chance? There was a hook that re-added this in IPB 4.0 but maybe 4.1 messed it up. If you want to add it manually, the code that can be used is here
{{if $comment->author()->donate_donations}}
<li class="ipsType_light ipsSpacer_top" data-ipsTooltip title="{lang="donor_title"}">
<span class="ipsBadge ipsBadge_small ipsBadge_icon ipsBadge_positive"><i class="fa fa-dollar"></i></span> {lang="member_donor"}
</li>
{{endif}}