sendrawtransaction now rejects
02000000000101ef682765dd04d56bfbda730487535294e58f0a70285fcc86c3e2674b3585f80c000000000000000000010000000000000000016a03483045022100bbfbaad7eda35238fb9a0da596ec1229b75aaccce4b19d97df02dfb388a82795022061f25ee6a2097fb8d5504ab4f77b2e12215f8e3cc17cda711919ff6091d897e701008976a9148517b784dbe99eb8d432a2f7981a851e7be2c7b78763ac6721030b652621b88baa0b5b221321dd297e3abee663e127b658ee26421f231c8e0be77c8201208763a91418f5da1d5c63d87c9cb7944ce2b20a2f09481e2188527c2103f2c637a05e16f4f2524a030983a3ec704281c780bd71f8cccdd3a3172a09bf3452ae6775016db175ac68686d000000
This is what happens when a lightning output is now considered too small for current fee levels: we create an OP_RETURN spend to give it to miners. With master branch (commit 4cfe17c3382ba750131cdc8703b2978132822070) we now get:
sendrawtx exit 26, gave error code: -26?error message:?tx-size-small (code 64)?'
We could choose to abandon the UTXO in this case, but I consider than antisocial.